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

@@ -464,7 +464,7 @@ CommandCost CmdRefitVehicle(TileIndex tile, DoCommandFlag flags, uint32 p1, uint
byte new_subtype = GB(p2, 8, 8);
if (new_cid >= NUM_CARGO) return CMD_ERROR;
/* For ships and aircrafts there is always only one. */
/* For ships and aircraft there is always only one. */
bool only_this = HasBit(p2, 7) || front->type == VEH_SHIP || front->type == VEH_AIRCRAFT;
uint8 num_vehicles = GB(p2, 16, 8);