mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fix typo which catched by codespell
This commit is contained in:
parent
45fa60e7e2
commit
6cb6823aed
@ -2729,7 +2729,7 @@ static struct cmd_t command_defs[] = {
|
|||||||
"Set your mood (XEP-0107).")
|
"Set your mood (XEP-0107).")
|
||||||
CMD_ARGS(
|
CMD_ARGS(
|
||||||
{ "on|off", "Enable or disable displaying the mood of other users. On by default."},
|
{ "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." })
|
{ "clear", "Clear your user mood." })
|
||||||
CMD_EXAMPLES(
|
CMD_EXAMPLES(
|
||||||
"/mood set happy \"So happy to use Profanity!\"",
|
"/mood set happy \"So happy to use Profanity!\"",
|
||||||
|
Loading…
Reference in New Issue
Block a user