diff options
author | Dariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl> | 2014-08-11 18:54:20 +0200 |
---|---|---|
committer | Dariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl> | 2014-08-11 18:54:20 +0200 |
commit | 225312802e8c7fbc904403af119207d782b2f840 (patch) | |
tree | f7f0abf62fdd1bd9f55cc596ef2482dcc24bc73c /src/command | |
parent | 651d5aaaf0888ad7e7c840cb012c58973f742425 (diff) | |
download | profani-tty-225312802e8c7fbc904403af119207d782b2f840.tar.gz |
Spelling errors fixed and hyphenation used as minus sign fixed
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index 42fee1ce..9e8283e2 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -513,7 +513,7 @@ static struct cmd_t command_defs[] = { "/flash on|off", "Terminal flash on new messages.", { "/flash on|off", "-------------", - "Make the terminal flash when incoming messages are recieved.", + "Make the terminal flash when incoming messages are received.", "The flash will only occur if you are not in the chat window associated with the user sending the message.", "If the terminal doesn't support flashing, it may attempt to beep.", NULL } } }, |