AlexVinS %!s(int64=9) %!d(string=hai) anos
pai
achega
f36b40e311
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();