From 523d92e950f3eecb700dd2495c423cce3bfd0939 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 26 Oct 2015 01:07:15 +0000 Subject: [PATCH] Fixed spelling mistake --- src/command/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;