Cleanup: Fix various spelling errors

This commit is contained in:
Jonathan G Rennison
2025-02-12 17:18:02 +00:00
committed by rubidium42
parent 4d0682d034
commit d06b371254
76 changed files with 132 additions and 132 deletions

View File

@@ -72,8 +72,8 @@ public:
* Type of road station.
*/
enum RoadVehicleType {
ROADVEHTYPE_BUS, ///< Build objects useable for busses and passenger trams
ROADVEHTYPE_TRUCK, ///< Build objects useable for trucks and cargo trams
ROADVEHTYPE_BUS, ///< Build objects usable for busses and passenger trams
ROADVEHTYPE_TRUCK, ///< Build objects usable for trucks and cargo trams
};
/**