diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 37821221..91346fce 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2729,7 +2729,7 @@ static struct cmd_t command_defs[] = { "Set your mood (XEP-0107).") CMD_ARGS( { "on|off", "Enable or disable displaying the mood of other users. On by default."}, - { "set [text]", "Set user mood to with an optional [text]. Use /mood set to toggle through predfined moods." }, + { "set [text]", "Set user mood to with an optional [text]. Use /mood set to toggle through predefined moods." }, { "clear", "Clear your user mood." }) CMD_EXAMPLES( "/mood set happy \"So happy to use Profanity!\"",