about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_defs.c')
-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 30e11990..1563bf73 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2365,7 +2365,7 @@ static struct cmd_t command_defs[] =
     { "/correction",
         parse_args, 1, 1, &cons_correction_setting,
         CMD_NOSUBFUNCS
-        CMD_MAINFUNC(cmd_os)
+        CMD_MAINFUNC(cmd_correction)
         CMD_TAGS(
             CMD_TAG_CHAT,
             CMD_TAG_GROUPCHAT)