diff options
author | James Booth <boothj5@gmail.com> | 2015-11-27 21:09:24 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-27 21:09:24 +0000 |
commit | ff2b19e3f917e343ec4c8f8cd9f0cef3dc9ed94f (patch) | |
tree | 8c25fb54c6cc6a0a9a94b5f1ca37968945a55a66 | |
parent | d3389db2336544b6f611ef03d7eb390ab4f7d295 (diff) | |
parent | 949cece1d764c78c24d6cc128374ca84b05e4caf (diff) | |
download | profani-tty-ff2b19e3f917e343ec4c8f8cd9f0cef3dc9ed94f.tar.gz |
Merge branch 'master' into notifications
-rw-r--r-- | src/command/commands.c | 2 |
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; } |