1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
This commit is contained in:
James Booth 2016-10-29 13:06:50 +01:00
parent a8ad394ee3
commit eac6b52e05

View File

@ -988,7 +988,7 @@ sv_ev_certfail(const char *const errormsg, TLSCertificate *cert)
}
if (g_strcmp0(cmd, "/tls allow") == 0) {
cons_show("Coninuing with connection.");
cons_show("Continuing with connection.");
tlscerts_set_current(cert->fingerprint);
free(cmd);
return 1;