diff options
Diffstat (limited to 'src/ai/ai_instance.hpp')
-rw-r--r-- | src/ai/ai_instance.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ai/ai_instance.hpp b/src/ai/ai_instance.hpp index d9e519a7e..d1b49e57b 100644 --- a/src/ai/ai_instance.hpp +++ b/src/ai/ai_instance.hpp @@ -172,13 +172,13 @@ private: * with before an error is returned. * @param test If true, don't really store the data but only check if it is * valid. - * @return True if the saving was successfull. + * @return True if the saving was successful. */ static bool SaveObject(HSQUIRRELVM vm, SQInteger index, int max_depth, bool test); /** * Load all objects from a savegame. - * @return True if the loading was successfull. + * @return True if the loading was successful. */ static bool LoadObjects(HSQUIRRELVM vm); }; |