From f36b40e31192abfd52873c7b14544dc0bf632152 Mon Sep 17 00:00:00 2001 From: AlexVinS Date: Sat, 10 Sep 2016 19:38:14 +0300 Subject: [PATCH] fixed typo --- client/battle/CBattleInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/battle/CBattleInterface.cpp b/client/battle/CBattleInterface.cpp index 40aff2075..e6681e7fe 100644 --- a/client/battle/CBattleInterface.cpp +++ b/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();