summaryrefslogtreecommitdiff
path: root/src/script/squirrel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/squirrel.cpp')
-rw-r--r--src/script/squirrel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/squirrel.cpp b/src/script/squirrel.cpp
index 1f4ce7ae9..4584b9d6c 100644
--- a/src/script/squirrel.cpp
+++ b/src/script/squirrel.cpp
@@ -345,7 +345,7 @@ Squirrel::Squirrel(const char *APIName) :
sq_newclosure(this->vm, &Squirrel::_RunError, 0);
sq_seterrorhandler(this->vm);
- /* Set the foreigh pointer, so we can always find this instance from within the VM */
+ /* Set the foreign pointer, so we can always find this instance from within the VM */
sq_setforeignptr(this->vm, this);
sq_pushroottable(this->vm);