From 29a2de332c2519ccdece245b271861e0bee6cfa6 Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Fri, 27 Nov 2015 03:42:55 -0800 Subject: [PATCH] Fix typo --- 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 1fa8cc24..5781ae5c 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -3691,7 +3691,7 @@ cmd_disco(ProfWin *window, const char *const command, gchar **args) jabber_conn_status_t conn_status = jabber_get_connection_status(); if (conn_status != JABBER_CONNECTED) { - cons_show("You are not currenlty connected."); + cons_show("You are not currently connected."); return TRUE; }