1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-15 16:32:41 +01:00

Codefix: typos in comments and strings

This commit is contained in:
Rubidium
2025-08-31 09:28:04 +02:00
committed by rubidium42
parent 4fb749886a
commit 7c0f69a8fe
78 changed files with 135 additions and 135 deletions

View File

@@ -96,7 +96,7 @@ uint16_t GroupStatistics::GetNumEngines(EngineID engine) const
}
/**
* Returns the GroupStatistic for the ALL_GROUPO of a vehicle type.
* Returns the GroupStatistic for the ALL_GROUP of a vehicle type.
* @param v Vehicle.
* @return GroupStatistics for the ALL_GROUP of the vehicle type.
*/