mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
This commit is contained in:
@ -251,7 +251,7 @@ TEST_F(CGameStateTest, DISABLED_issue2765)
|
||||
info.count = 1;
|
||||
info.type = CreatureID(69);
|
||||
info.side = BattleSide::ATTACKER;
|
||||
info.position = gameState->currentBattles.front()->getAvaliableHex(info.type, info.side);
|
||||
info.position = gameState->currentBattles.front()->getAvailableHex(info.type, info.side);
|
||||
info.summoned = false;
|
||||
|
||||
BattleUnitsChanged pack;
|
||||
@ -347,7 +347,7 @@ TEST_F(CGameStateTest, DISABLED_battleResurrection)
|
||||
info.count = 10;
|
||||
info.type = CreatureID(13);
|
||||
info.side = BattleSide::ATTACKER;
|
||||
info.position = gameState->currentBattles.front()->getAvaliableHex(info.type, info.side);
|
||||
info.position = gameState->currentBattles.front()->getAvailableHex(info.type, info.side);
|
||||
info.summoned = false;
|
||||
|
||||
BattleUnitsChanged pack;
|
||||
@ -362,7 +362,7 @@ TEST_F(CGameStateTest, DISABLED_battleResurrection)
|
||||
info.count = 10;
|
||||
info.type = CreatureID(13);
|
||||
info.side = BattleSide::DEFENDER;
|
||||
info.position = gameState->currentBattles.front()->getAvaliableHex(info.type, info.side);
|
||||
info.position = gameState->currentBattles.front()->getAvailableHex(info.type, info.side);
|
||||
info.summoned = false;
|
||||
|
||||
BattleUnitsChanged pack;
|
||||
|
Reference in New Issue
Block a user