summaryrefslogtreecommitdiff
path: root/src/vehicle_cmd.cpp
diff options
context:
space:
mode:
authorJoan Josep <juanjo.ng.83@gmail.com>2018-04-30 18:52:32 +0200
committerfrosch <github@elsenhans.name>2018-04-30 18:52:32 +0200
commit944f785be8e0d994552d96e2990232cba094efdd (patch)
tree09da68644da6fec4111566305d6cdd1d20566f3d /src/vehicle_cmd.cpp
parentfa87212a76f168e28d2439cb658fbfe388c19036 (diff)
downloadopenttd-944f785be8e0d994552d96e2990232cba094efdd.tar.xz
Fix: Spelling errors (#6769)
Diffstat (limited to 'src/vehicle_cmd.cpp')
-rw-r--r--src/vehicle_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_cmd.cpp b/src/vehicle_cmd.cpp
index 9670fa05d..339365f78 100644
--- a/src/vehicle_cmd.cpp
+++ b/src/vehicle_cmd.cpp
@@ -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);