diff options
author | gdinit <gdinit@users.noreply.github.com> | 2018-04-23 21:17:22 +0100 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2018-04-23 23:14:23 +0200 |
commit | 34b63930f58aa12d008af6006411bd4492fa8a4e (patch) | |
tree | 27d2b552b6d2a88b8f862b0f0ab8aed196a0f594 | |
parent | 692c753865517717e4391fcf0c61497f536765be (diff) | |
download | openttd-34b63930f58aa12d008af6006411bd4492fa8a4e.tar.xz |
Fix: Typo in game.hpp
Just a typo fix in a code comment line.
-rw-r--r-- | src/game/game.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp index faa9650bf..329ba5e50 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -55,7 +55,7 @@ public: /** * Resume execution of the Game Script. This function will not actually execute - * the script, but set a flag so that the script is executed my the usual + * the script, but set a flag so that the script is executed by the usual * mechanism that executes the script. */ static void Unpause(); |