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-11-27 21:09:24 +0000
committerJames Booth <boothj5@gmail.com>2015-11-27 21:09:24 +0000
commitff2b19e3f917e343ec4c8f8cd9f0cef3dc9ed94f (patch)
tree8c25fb54c6cc6a0a9a94b5f1ca37968945a55a66 /src/command/commands.c
parentd3389db2336544b6f611ef03d7eb390ab4f7d295 (diff)
parent949cece1d764c78c24d6cc128374ca84b05e4caf (diff)
downloadprofani-tty-ff2b19e3f917e343ec4c8f8cd9f0cef3dc9ed94f.tar.gz
Merge branch 'master' into notifications
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 7146c68e..b87cf1f5 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;
     }