# HG changeset patch # User Mikael Berthe # Date 1635091998 -7200 # Node ID 9f5b3d53f97f3eacc3f08f632abf26715039f096 # Parent fef9f1a7d2aa090852c4f56fc740a8e9940cc3fc Fix typo in documentation Fix seen in Debian package patches... diff -r fef9f1a7d2aa -r 9f5b3d53f97f mcabber/doc/help/en/hlp_status.txt --- a/mcabber/doc/help/en/hlp_status.txt Sat Aug 28 23:02:24 2021 +0200 +++ b/mcabber/doc/help/en/hlp_status.txt Sun Oct 24 18:13:18 2021 +0200 @@ -4,7 +4,7 @@ Show or set the current status. If no status is specified, display the current status. -If a status message is specified, it will overrride the message* variables (these variables can be set in the configuration file). +If a status message is specified, it will override the message* variables (these variables can be set in the configuration file). If no relevant message* variable is set and no status message provided, the current status message is kept. If StatusMessage is "-", the current status message is cleared. With the "/status message" command, mcabber will update the message while preserving the status. diff -r fef9f1a7d2aa -r 9f5b3d53f97f mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Sat Aug 28 23:02:24 2021 +0200 +++ b/mcabber/doc/mcabber.1 Sun Oct 24 18:13:18 2021 +0200 @@ -1468,7 +1468,7 @@ If no status is specified, display the current status\&. -If a status message is specified, it will overrride the message* variables (these variables can be set in the configuration file)\&. +If a status message is specified, it will override the message* variables (these variables can be set in the configuration file)\&. If no relevant message* variable is set and no status message provided, the current status message is kept\&. diff -r fef9f1a7d2aa -r 9f5b3d53f97f mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sat Aug 28 23:02:24 2021 +0200 +++ b/mcabber/doc/mcabber.1.html Sun Oct 24 18:13:18 2021 +0200 @@ -2907,7 +2907,7 @@

Show or set the current status.
If no status is specified, display the current status.
- If a status message is specified, it will overrride the message* variables (these variables can be set in the configuration file).
+ If a status message is specified, it will override the message* variables (these variables can be set in the configuration file).
If no relevant message* variable is set and no status message provided, the current status message is kept.
If StatusMessage is "-", the current status message is cleared.
With the "/status message" command, mcabber will update the message while preserving the status. diff -r fef9f1a7d2aa -r 9f5b3d53f97f mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sat Aug 28 23:02:24 2021 +0200 +++ b/mcabber/doc/mcabber.1.txt Sun Oct 24 18:13:18 2021 +0200 @@ -541,7 +541,7 @@ /status message -|statusmessage:: Show or set the current status. + If no status is specified, display the current status. + - If a status message is specified, it will overrride the message* variables (these variables can be set in the configuration file). + + If a status message is specified, it will override the message* variables (these variables can be set in the configuration file). + If no relevant message* variable is set and no status message provided, the current status message is kept. + If StatusMessage is "-", the current status message is cleared. + With the "/status message" command, mcabber will update the message while preserving the status.