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;