summaryrefslogtreecommitdiff
path: root/src/console_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_internal.h')
-rw-r--r--src/console_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console_internal.h b/src/console_internal.h
index 6debe8a19..8630ebf33 100644
--- a/src/console_internal.h
+++ b/src/console_internal.h
@@ -60,8 +60,8 @@ struct IConsoleAlias {
};
/* console parser */
-extern IConsoleCmd *_iconsole_cmds; ///< list of registred commands
-extern IConsoleAlias *_iconsole_aliases; ///< list of registred aliases
+extern IConsoleCmd *_iconsole_cmds; ///< List of registered commands.
+extern IConsoleAlias *_iconsole_aliases; ///< List of registered aliases.
/* console functions */
void IConsoleClearBuffer();