mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-19 00:17:56 +02:00
Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
This commit is contained in:
@ -157,7 +157,7 @@ void ObjectDistributor::distributePrisons()
|
||||
}
|
||||
}
|
||||
|
||||
size_t allowedPrisons = prisonHeroPlacer->getPrisonsRemaning();
|
||||
size_t allowedPrisons = prisonHeroPlacer->getPrisonsRemaining();
|
||||
for (int i = zones.size() - 1; i >= 0; i--)
|
||||
{
|
||||
auto zone = zones[i].second;
|
||||
|
Reference in New Issue
Block a user