From b2e9b5d612a879097587b05ed2c53c19c70d84a6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 1 Jan 2010 18:45:40 +0000 Subject: (svn r18683) -Fix: it's not an other --- src/script/squirrel_std.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script') diff --git a/src/script/squirrel_std.hpp b/src/script/squirrel_std.hpp index 76af3c155..b79166859 100644 --- a/src/script/squirrel_std.hpp +++ b/src/script/squirrel_std.hpp @@ -37,7 +37,7 @@ public: static SQInteger max(HSQUIRRELVM vm); /** - * Load an other file on runtime. + * Load another file on runtime. * @note This is always loaded on the root-level, no matter where you call this. * @note The filename is always relative from the script it is called from. Absolute calls are NOT allowed! */ -- cgit v1.2.3-54-g00ecf