summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index a131131ad..4f4210923 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -965,7 +965,7 @@ DEF_CONSOLE_CMD(ConExec)
}
if (ferror(script_file)) {
- IConsoleError("Encountered errror while trying to read from script file");
+ IConsoleError("Encountered error while trying to read from script file");
}
_script_running = false;