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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_internal.h b/src/console_internal.h
index 8630ebf33..ae3daba37 100644
--- a/src/console_internal.h
+++ b/src/console_internal.h
@@ -21,7 +21,7 @@ static const uint ICON_MAX_STREAMSIZE = 2048; ///< maximum length of a totally e
enum ConsoleHookResult {
CHR_ALLOW, ///< Allow command execution.
CHR_DISALLOW, ///< Disallow command execution.
- CHR_HIDE, ///< Hide the existance of the command.
+ CHR_HIDE, ///< Hide the existence of the command.
};
/** --Commands--