diff options
author | James Booth <boothj5@gmail.com> | 2015-10-26 01:07:15 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-26 01:07:15 +0000 |
commit | 523d92e950f3eecb700dd2495c423cce3bfd0939 (patch) | |
tree | 2ef3b3d853e069551caafb8fb6b01428bccb3a60 | |
parent | dd11334b06e11e26e925e289b84176911c05cd16 (diff) | |
download | profani-tty-523d92e950f3eecb700dd2495c423cce3bfd0939.tar.gz |
Fixed spelling mistake
-rw-r--r-- | src/command/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c index eeb58305..fcb55a69 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -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; |