summaryrefslogtreecommitdiff
path: root/newgrf.c
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
commit8ed132a5b9d9de21eadc55ca87cf584b52673761 (patch)
tree112c735de0dc3ffa61c7415d24f8e4c714eebd0a /newgrf.c
parenta6ba0d3fbeb07c60068ecf40f45a52aa4615e4af (diff)
downloadopenttd-8ed132a5b9d9de21eadc55ca87cf584b52673761.tar.xz
(svn r1410) Replaced all occurences of 'passanger' by 'passenger' in the code
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf.c b/newgrf.c
index c39f75130..4d9113087 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -632,7 +632,7 @@ static bool AircraftVehicleChangeInfo(uint engine, int numinfo, int prop, byte *
FOR_EACH_OBJECT {
uint16 capacity = grf_load_word(&buf);
- avi[i].passanger_capacity = capacity;
+ avi[i].passenger_capacity = capacity;
}
} break;
case 0x11: { /* Mail capacity */