summaryrefslogtreecommitdiff
path: root/src/ai/ai_instance.hpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-08-15 14:06:43 +0000
committeralberth <alberth@openttd.org>2010-08-15 14:06:43 +0000
commit35fec79700a961ccd9f3d13bc068edccc63dc6a5 (patch)
tree89db9e984c5c6100fcaa55ee36f29fd6027132dc /src/ai/ai_instance.hpp
parent15514baf8b19c87c559361798c8d7705f2b3edf0 (diff)
downloadopenttd-35fec79700a961ccd9f3d13bc068edccc63dc6a5.tar.xz
(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.
Diffstat (limited to 'src/ai/ai_instance.hpp')
-rw-r--r--src/ai/ai_instance.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ai/ai_instance.hpp b/src/ai/ai_instance.hpp
index 9e8602392..9a427c8c6 100644
--- a/src/ai/ai_instance.hpp
+++ b/src/ai/ai_instance.hpp
@@ -30,7 +30,7 @@ public:
{}
/**
- * Get the amount ot ticks the AI should be suspended.
+ * Get the amount of ticks the AI should be suspended.
* @return The amount of AI ticks to suspend the AI.
*/
int GetSuspendTime() { return time; }
@@ -172,7 +172,7 @@ private:
void RegisterAPI();
/**
- * Load squirrel scipts to emulate an older API.
+ * Load squirrel scripts to emulate an older API.
*/
bool LoadCompatibilityScripts(const char *api_version);
@@ -182,7 +182,7 @@ private:
void Died();
/**
- * Save one object (int / string / arrray / table) to the savegame.
+ * Save one object (int / string / array / table) to the savegame.
* @param vm The virtual machine to get all the data from.
* @param index The index on the squirrel stack of the element to save.
* @param max_depth The maximum depth recursive arrays / tables will be stored