about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-26 01:07:15 +0000
committerJames Booth <boothj5@gmail.com>2015-10-26 01:07:15 +0000
commit523d92e950f3eecb700dd2495c423cce3bfd0939 (patch)
tree2ef3b3d853e069551caafb8fb6b01428bccb3a60 /src/command/commands.c
parentdd11334b06e11e26e925e289b84176911c05cd16 (diff)
downloadprofani-tty-523d92e950f3eecb700dd2495c423cce3bfd0939.tar.gz
Fixed spelling mistake
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c2
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;