about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-02-19 23:01:53 +0100
committerMichael Vetter <jubalh@iodoru.org>2019-02-19 23:01:53 +0100
commit0c07b7cf509a4e6a40f4debaec36f510c59552bf (patch)
tree68b278936aca7fb76be302018b4208dc24bb414f /src
parent7ca97e467e6014803af1f398fe15ce4f5d0ea54d (diff)
downloadprofani-tty-0c07b7cf509a4e6a40f4debaec36f510c59552bf.tar.gz
Fix autoaway typo
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 5246db56..4447020b 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1935,7 +1935,7 @@ static struct cmd_t command_defs[] =
             "/autoaway message away|xa <message>|off",
             "/autoaway check on|off")
         CMD_DESC(
-            "Manage autoway settings for idle time.")
+            "Manage autoaway settings for idle time.")
         CMD_ARGS(
             { "mode idle",              "Sends idle time, status remains online." },
             { "mode away",              "Sends away and xa presence as well as idle time." },