Fix: Spelling errors (#6769)

This commit is contained in:
Joan Josep
2018-04-30 18:52:32 +02:00
committed by frosch
parent fa87212a76
commit 944f785be8
11 changed files with 21 additions and 21 deletions

View File

@@ -137,7 +137,7 @@ struct Aircraft FINAL : public SpecializedVehicle<Aircraft, VEH_AIRCRAFT> {
};
/**
* Macro for iterating over all aircrafts.
* Macro for iterating over all aircraft.
*/
#define FOR_ALL_AIRCRAFT(var) FOR_ALL_VEHICLES_OF_TYPE(Aircraft, var)