summaryrefslogtreecommitdiff
path: root/src/script/squirrel_class.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/squirrel_class.hpp')
-rw-r--r--src/script/squirrel_class.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/squirrel_class.hpp b/src/script/squirrel_class.hpp
index b600839d4..8794e2441 100644
--- a/src/script/squirrel_class.hpp
+++ b/src/script/squirrel_class.hpp
@@ -48,7 +48,7 @@ public:
/**
* This defines a method inside a class for Squirrel with defined params.
- * @note If you define nparam, make sure that he first param is always 'x',
+ * @note If you define nparam, make sure that the first param is always 'x',
* which is the 'this' inside the function. This is hidden from the rest
* of the code, but without it calling your function will fail!
*/
@@ -81,7 +81,7 @@ public:
/**
* This defines a static method inside a class for Squirrel with defined params.
- * @note If you define nparam, make sure that he first param is always 'x',
+ * @note If you define nparam, make sure that the first param is always 'x',
* which is the 'this' inside the function. This is hidden from the rest
* of the code, but without it calling your function will fail!
*/