From e55b9dbeff5d4af8de9b8b38ee9f630f6a70d440 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 4 Sep 2014 13:31:28 +0100 Subject: [PATCH] Fixed spelling mistake --- 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 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; }