summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-01-07 08:38:27 +0000
committercelestar <celestar@openttd.org>2005-01-07 08:38:27 +0000
commit91bf7a74486dd8261cca4d696715c420acf73cd3 (patch)
tree112c735de0dc3ffa61c7415d24f8e4c714eebd0a /table
parent3b18fba385773139fe0b01f04cd3c208b64121e0 (diff)
downloadopenttd-91bf7a74486dd8261cca4d696715c420acf73cd3.tar.xz
(svn r1410) Replaced all occurences of 'passanger' by 'passenger' in the code
Diffstat (limited to 'table')
-rw-r--r--table/engines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/engines.h b/table/engines.h
index d7ab8dbd6..2185bb0a5 100644
--- a/table/engines.h
+++ b/table/engines.h
@@ -413,7 +413,7 @@ AircraftVehicleInfo _aircraft_vehicle_info[NUM_AIRCRAFT_ENGINES] = {
// image_index sfx acceleration
// | base_cost | | max_speed
// | | running_cost | | mail_capacity
- // | | | subtype | | | | passanger_capacity
+ // | | | subtype | | | | passenger_capacity
// | | | | | | | | |
{ 1, 14, 85, 1, SND_08_PLANE_TAKE_OFF, 18, 37, 4, 25 }, /* 0 */
{ 0, 15, 100, 1, SND_08_PLANE_TAKE_OFF, 20, 37, 8, 65 }, /* 1 */