diff options
author | rubidium <rubidium@openttd.org> | 2010-01-01 18:45:40 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-01-01 18:45:40 +0000 |
commit | b2e9b5d612a879097587b05ed2c53c19c70d84a6 (patch) | |
tree | b3dec8b7dc6f7bd35e4b6dbb4e500c0ba2290ab0 /src/script | |
parent | 115b20774540589572d45de3fdc7743ea4626f13 (diff) | |
download | openttd-b2e9b5d612a879097587b05ed2c53c19c70d84a6.tar.xz |
(svn r18683) -Fix: it's not an other
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/squirrel_std.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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! */ |