Fixed spelling mistake

This commit is contained in:
James Booth
2015-10-26 01:07:15 +00:00
parent dd11334b06
commit 523d92e950

View File

@@ -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;