mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fix typo
This commit is contained in:
parent
a8ad394ee3
commit
eac6b52e05
@ -988,7 +988,7 @@ sv_ev_certfail(const char *const errormsg, TLSCertificate *cert)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (g_strcmp0(cmd, "/tls allow") == 0) {
|
if (g_strcmp0(cmd, "/tls allow") == 0) {
|
||||||
cons_show("Coninuing with connection.");
|
cons_show("Continuing with connection.");
|
||||||
tlscerts_set_current(cert->fingerprint);
|
tlscerts_set_current(cert->fingerprint);
|
||||||
free(cmd);
|
free(cmd);
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user