summaryrefslogtreecommitdiff
path: root/src/economy_type.h
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/economy_type.h
parentfa87212a76f168e28d2439cb658fbfe388c19036 (diff)
downloadopenttd-944f785be8e0d994552d96e2990232cba094efdd.tar.xz
Fix: Spelling errors (#6769)
Diffstat (limited to 'src/economy_type.h')
-rw-r--r--src/economy_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/economy_type.h b/src/economy_type.h
index 7e7a57241..31f74aacc 100644
--- a/src/economy_type.h
+++ b/src/economy_type.h
@@ -152,12 +152,12 @@ enum ExpensesType {
EXPENSES_NEW_VEHICLES, ///< New vehicles.
EXPENSES_TRAIN_RUN, ///< Running costs trains.
EXPENSES_ROADVEH_RUN, ///< Running costs road vehicles.
- EXPENSES_AIRCRAFT_RUN, ///< Running costs aircrafts.
+ EXPENSES_AIRCRAFT_RUN, ///< Running costs aircraft.
EXPENSES_SHIP_RUN, ///< Running costs ships.
EXPENSES_PROPERTY, ///< Property costs.
EXPENSES_TRAIN_INC, ///< Income from trains.
EXPENSES_ROADVEH_INC, ///< Income from road vehicles.
- EXPENSES_AIRCRAFT_INC, ///< Income from aircrafts.
+ EXPENSES_AIRCRAFT_INC, ///< Income from aircraft.
EXPENSES_SHIP_INC, ///< Income from ships.
EXPENSES_LOAN_INT, ///< Interest payments over the loan.
EXPENSES_OTHER, ///< Other expenses.