From c441dbfa42e58796f87fdcbb02ee4aa19cca2469 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 20 Nov 2016 02:21:22 +0000 Subject: [PATCH] Fix typo --- src/command/cmd_defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 otr", "/account clear pgpkeyid", "/account clear startscript", - "/account clean muc") + "/account clear muc") CMD_DESC( "Commands for creating and managing accounts. " "Calling with no arguments will display information for the current account.")