about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorViachaslau Khalikin <viachaslau.vinegret@outlook.com>2022-09-19 00:45:29 +0300
committerViachaslau Khalikin <viachaslau.vinegret@outlook.com>2022-09-19 00:45:29 +0300
commit6cb6823aed960ddbe7aaefaaeeb0980afb5735f3 (patch)
treeec7f7c97d9c489646d41a7514e7a8621081330ba
parent45fa60e7e2a2fd0253387478d201218a38dac5a8 (diff)
downloadprofani-tty-6cb6823aed960ddbe7aaefaaeeb0980afb5735f3.tar.gz
Fix typo which catched by codespell
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
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 <mood> [text]", "Set user mood to <mood> with an optional [text]. Use /mood set <tab> to toggle through predfined moods." },
+              { "set <mood> [text]", "Set user mood to <mood> with an optional [text]. Use /mood set <tab> to toggle through predefined moods." },
               { "clear", "Clear your user mood." })
       CMD_EXAMPLES(
               "/mood set happy \"So happy to use Profanity!\"",