浏览代码

fixed typo

AlexVinS 9 年之前
父节点
当前提交
f36b40e311
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/battle/CBattleInterface.cpp

+ 1 - 1
client/battle/CBattleInterface.cpp

@@ -1402,7 +1402,7 @@ void CBattleInterface::castThisSpell(SpellID spellID)
 	spellDestSelectMode = true;
 	creatureCasting = false;
 
-	//choosing possible tragets
+	//choosing possible targets
 	const CGHeroInstance * castingHero = (attackingHeroInstance->tempOwner == curInt->playerID) ? attackingHeroInstance : defendingHeroInstance;
 	assert(castingHero); // code below assumes non-null hero
 	sp = spellID.toSpell();