mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-02 19:39:12 +00:00
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user