浏览代码

Fixed typo.

Frank Zago 14 年之前
父节点
当前提交
fbf822ba11
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;