From 34b63930f58aa12d008af6006411bd4492fa8a4e Mon Sep 17 00:00:00 2001 From: gdinit Date: Mon, 23 Apr 2018 21:17:22 +0100 Subject: Fix: Typo in game.hpp Just a typo fix in a code comment line. --- src/game/game.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3-70-g09d2