about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-11-20 02:21:22 +0000
committerJames Booth <boothj5@gmail.com>2016-11-20 02:21:22 +0000
commitc441dbfa42e58796f87fdcbb02ee4aa19cca2469 (patch)
treec1e9780b974bf955fd62f0261c8b05828f8587d7
parent609d05366c00670c176c842a19be760ad54f384b (diff)
downloadprofani-tty-c441dbfa42e58796f87fdcbb02ee4aa19cca2469.tar.gz
Fix typo
-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 3c2be4db..997f2c39 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1990,7 +1990,7 @@ static struct cmd_t command_defs[] =
             "/account clear <account> otr",
             "/account clear <account> pgpkeyid",
             "/account clear <account> startscript",
-            "/account clean <account> muc")
+            "/account clear <account> muc")
         CMD_DESC(
             "Commands for creating and managing accounts. "
             "Calling with no arguments will display information for the current account.")