summaryrefslogtreecommitdiff
path: root/src/script/api/script_companymode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_companymode.hpp')
-rw-r--r--src/script/api/script_companymode.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_companymode.hpp b/src/script/api/script_companymode.hpp
index 4eba2dd9f..e00cc7bfb 100644
--- a/src/script/api/script_companymode.hpp
+++ b/src/script/api/script_companymode.hpp
@@ -37,7 +37,7 @@ public:
* Creating instance of this class switches the company used for queries
* and commands.
* @param company The new company to switch to.
- * @note When the instance is destroyed, he restores the company that was
+ * @note When the instance is destroyed, it restores the company that was
* current when the instance was created!
*/
ScriptCompanyMode(int company);