summaryrefslogtreecommitdiff
path: root/vehicle.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
commit91bf7a74486dd8261cca4d696715c420acf73cd3 (patch)
tree112c735de0dc3ffa61c7415d24f8e4c714eebd0a /vehicle.c
parent3b18fba385773139fe0b01f04cd3c208b64121e0 (diff)
downloadopenttd-91bf7a74486dd8261cca4d696715c420acf73cd3.tar.xz
(svn r1410) Replaced all occurences of 'passanger' by 'passenger' in the code
Diffstat (limited to 'vehicle.c')
-rw-r--r--vehicle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle.c b/vehicle.c
index 1d009221c..6c892d788 100644
--- a/vehicle.c
+++ b/vehicle.c
@@ -1548,7 +1548,7 @@ int32 CmdReplaceVehicle(int x, int y, uint32 flags, uint32 p1, uint32 p2)
v->spritenum = avi->image_index;
if ( cargo_type == CT_PASSENGERS ) {
- v->cargo_cap = avi->passanger_capacity;
+ v->cargo_cap = avi->passenger_capacity;
u = v->next;
u->cargo_cap = avi->mail_capacity;
} else {