1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Fixed spelling mistake

This commit is contained in:
James Booth 2014-09-04 13:31:28 +01:00
parent dffe90f67d
commit e55b9dbeff

View File

@ -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;
}