diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-04-03 17:27:37 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2023-04-03 17:27:37 +0200 |
commit | 6b597f6608c454e48000847bb3c0b5c2fdc4f292 (patch) | |
tree | 0904600bd7e12f0be1c52d6643b363adfe915bed /src/command | |
parent | a086cfbc7899d5f3b0072ba5b0c24e91347a6746 (diff) | |
download | profani-tty-6b597f6608c454e48000847bb3c0b5c2fdc4f292.tar.gz |
Fix typos
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index c4d2df4a..d204db3b 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1126,7 +1126,7 @@ static const struct cmd_t command_defs[] = { { "chat none", "Do not show any new chat messages in the console window." }, { "muc all", "Indicate all new chat room messages in the console." }, { "muc first", "Indicate only the first new message in each room in the console." }, - { "muc mention", "Indicate only messages in which you have beeen mentioned in the console." }, + { "muc mention", "Indicate only messages in which you have been mentioned in the console." }, { "muc none", "Do not show any new chat room messages in the console window." }, { "private all", "Indicate all new private room messages in the console." }, { "private first", "Indicate only the first private room message in the console." }, |