about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-04 13:31:28 +0100
committerJames Booth <boothj5@gmail.com>2014-09-04 13:31:28 +0100
commite55b9dbeff5d4af8de9b8b38ee9f630f6a70d440 (patch)
treea62e60dc845cffd6c6e9344436263abe17ba986f /src
parentdffe90f67d2ce685a2aa87831cbc61c2e32e8f6b (diff)
downloadprofani-tty-e55b9dbeff5d4af8de9b8b38ee9f630f6a70d440.tar.gz
Fixed spelling mistake
Diffstat (limited to 'src')
-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 bd383f69..7b49ad61 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -1823,7 +1823,7 @@ cmd_room(gchar **args, struct cmd_help_t help)
     }
     gboolean requires_config = muc_requires_config(room);
     if (!requires_config) {
-        win_save_vprint(window, '!', NULL, 0, COLOUR_ROOMINFO, "", "Current room ooes not require configuration.");
+        win_save_vprint(window, '!', NULL, 0, COLOUR_ROOMINFO, "", "Current room does not require configuration.");
         return TRUE;
     }