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

Fix typo which catched by codespell

This commit is contained in:
Viachaslau Khalikin 2022-09-19 00:45:29 +03:00
parent 45fa60e7e2
commit 6cb6823aed
No known key found for this signature in database
GPG Key ID: 7569457AA0318285

View File

@ -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!\"",