summaryrefslogtreecommitdiff
path: root/src/ai/ai_scanner.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-03-11 07:32:31 +0000
committeryexo <yexo@openttd.org>2009-03-11 07:32:31 +0000
commit13fb01d07dde0e2749eef2948071d513a4685215 (patch)
tree3ef20a72217f010f1eb7696411f842d5c38bbd8a /src/ai/ai_scanner.hpp
parentda0cbb2a2f751f75eee7a19100e21feaf37be751 (diff)
downloadopenttd-13fb01d07dde0e2749eef2948071d513a4685215.tar.xz
(svn r15668) -Fix: a few typos.
Diffstat (limited to 'src/ai/ai_scanner.hpp')
-rw-r--r--src/ai/ai_scanner.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_scanner.hpp b/src/ai/ai_scanner.hpp
index 9818288bb..b79cf4984 100644
--- a/src/ai/ai_scanner.hpp
+++ b/src/ai/ai_scanner.hpp
@@ -56,7 +56,7 @@ public:
const AIInfoList *GetUniqueAIInfoList() { return &this->info_single_list; }
/**
- * Get the engine of the main squirrel handler (it indexes all avialable squirrels).
+ * Get the engine of the main squirrel handler (it indexes all available scripts).
*/
class Squirrel *GetEngine() { return this->engine; }