Browse Source

Fixed typo.

Frank Zago 14 years ago
parent
commit
fbf822ba11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/VCMI_Lib.h

+ 1 - 1
lib/VCMI_Lib.h

@@ -27,7 +27,7 @@ class CGeneralTextHandler;
 class DLL_EXPORT LibClasses
 {
 public:
-	bool IS_AI_ENABLED; //VLC is teh only object visible from both CMT and GeniusAI
+	bool IS_AI_ENABLED; //VLC is the only object visible from both CMT and GeniusAI
 	CArtHandler * arth;
 	CHeroHandler * heroh;
 	CCreatureHandler * creh;