mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fixed spelling mistake
This commit is contained in:
parent
dd11334b06
commit
523d92e950
@ -198,7 +198,7 @@ cmd_tls(ProfWin *window, const char *const command, gchar **args)
|
|||||||
cons_show("Trusted certificates:");
|
cons_show("Trusted certificates:");
|
||||||
cons_show("");
|
cons_show("");
|
||||||
} else {
|
} else {
|
||||||
cons_show("No trustes certificates found.");
|
cons_show("No trusted certificates found.");
|
||||||
}
|
}
|
||||||
while (curr) {
|
while (curr) {
|
||||||
TLSCertificate *cert = curr->data;
|
TLSCertificate *cert = curr->data;
|
||||||
|
Loading…
Reference in New Issue
Block a user