(svn r15668) -Fix: a few typos.

This commit is contained in:
yexo
2009-03-11 07:32:31 +00:00
parent 3f9a117ad2
commit 28c49b694a
4 changed files with 5 additions and 5 deletions

View File

@@ -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; }