(svn r1410) Replaced all occurences of 'passanger' by 'passenger' in the code

This commit is contained in:
celestar
2005-01-07 08:38:27 +00:00
parent a6ba0d3fbe
commit 8ed132a5b9
6 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ typedef struct AircraftVehicleInfo {
byte acceleration;
byte max_speed;
byte mail_capacity;
uint16 passanger_capacity;
uint16 passenger_capacity;
} AircraftVehicleInfo;
typedef struct RoadVehicleInfo {