summaryrefslogtreecommitdiff
path: root/src/script/api/script_testmode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_testmode.hpp')
-rw-r--r--src/script/api/script_testmode.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_testmode.hpp b/src/script/api/script_testmode.hpp
index eddd9340a..956a25e2d 100644
--- a/src/script/api/script_testmode.hpp
+++ b/src/script/api/script_testmode.hpp
@@ -36,7 +36,7 @@ protected:
public:
/**
* Creating instance of this class switches the build mode to Testing.
- * @note When the instance is destroyed, he restores the mode that was
+ * @note When the instance is destroyed, it restores the mode that was
* current when the instance was created!
*/
ScriptTestMode();