Codefix: typos in comments and strings

This commit is contained in:
Rubidium
2025-08-31 09:28:04 +02:00
committed by rubidium42
parent 4fb749886a
commit 7c0f69a8fe
78 changed files with 135 additions and 135 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ private:
};
/**
* Uper-parent object of all API classes. You should never use this class in
* Upper-parent object of all API classes. You should never use this class in
* your script, as it doesn't publish any public functions. It is used
* internally to have a common place to handle general things, like internal
* command processing, and command-validation checks.
@@ -143,7 +143,7 @@ public:
static void InitializeRandomizers();
/**
* Used when trying to instanciate ScriptObject from squirrel.
* Used when trying to instantiate ScriptObject from squirrel.
*/
static SQInteger Constructor(HSQUIRRELVM);