about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-09 20:19:50 +0100
committerJames Booth <boothj5@gmail.com>2016-04-09 20:19:50 +0100
commit21aa08fdb13a62fbf8f13b445813741da1b60903 (patch)
treed8d1f5969e40d57e60b965bf4d86801363964b20
parent699e08b2384eae00d0edb9df726ea6b7c7af5a48 (diff)
downloadprofani-tty-21aa08fdb13a62fbf8f13b445813741da1b60903.tar.gz
Fixed typos
-rw-r--r--src/command/commands.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 538a62ae..8ce95c56 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -4230,7 +4230,7 @@ cmd_lastactivity(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;
     }
 
@@ -5006,7 +5006,7 @@ cmd_notify(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.");
         } else {
             ProfWin *window = wins_get_current();
             if (window->type != WIN_MUC) {
@@ -5021,7 +5021,7 @@ cmd_notify(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.");
         } else {
             ProfWin *window = wins_get_current();
             if (window->type != WIN_MUC) {
@@ -5036,7 +5036,7 @@ cmd_notify(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.");
         } else {
             if (g_strcmp0(args[1], "on") == 0) {
                 ProfWin *window = wins_get_current();
@@ -5064,7 +5064,7 @@ cmd_notify(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.");
         } else {
             if (g_strcmp0(args[1], "on") == 0) {
                 ProfWin *window = wins_get_current();
@@ -5092,7 +5092,7 @@ cmd_notify(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.");
         } else {
             ProfWin *window = wins_get_current();
             if (window->type != WIN_MUC) {
@@ -5294,7 +5294,7 @@ cmd_ping(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;
     }