mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 09:56:21 +00:00
Fixed spelling mistake
This commit is contained in:
@@ -198,7 +198,7 @@ cmd_tls(ProfWin *window, const char *const command, gchar **args)
|
||||
cons_show("Trusted certificates:");
|
||||
cons_show("");
|
||||
} else {
|
||||
cons_show("No trustes certificates found.");
|
||||
cons_show("No trusted certificates found.");
|
||||
}
|
||||
while (curr) {
|
||||
TLSCertificate *cert = curr->data;
|
||||
|
||||
Reference in New Issue
Block a user