summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_vehicle.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-07-17 21:36:26 +0000
committeryexo <yexo@openttd.org>2009-07-17 21:36:26 +0000
commit38768d0ca21c6fc44326ab5621a8d71892e0f5bf (patch)
tree8450cb0622e1a9c07186bf6213983e1dd4a48485 /src/ai/api/ai_vehicle.hpp
parent4e5af51d1f56bc303dde2290a12cc219403b9c66 (diff)
downloadopenttd-38768d0ca21c6fc44326ab5621a8d71892e0f5bf.tar.xz
(svn r16865) -Doc [NoAI] [FS#3037]: replace old exception names with current ones and fix a type in the noai documentation (patch by Chruker)
Diffstat (limited to 'src/ai/api/ai_vehicle.hpp')
-rw-r--r--src/ai/api/ai_vehicle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_vehicle.hpp b/src/ai/api/ai_vehicle.hpp
index 8d7442104..c9af6f0c0 100644
--- a/src/ai/api/ai_vehicle.hpp
+++ b/src/ai/api/ai_vehicle.hpp
@@ -58,7 +58,7 @@ public:
ERR_VEHICLE_IN_FLIGHT, // [STR_ERROR_AIRCRAFT_IS_IN_FLIGHT]
/** Vehicle is without power */
- ERR_VEHCILE_NO_POWER, // [STR_TRAIN_START_NO_CATENARY]
+ ERR_VEHICLE_NO_POWER, // [STR_TRAIN_START_NO_CATENARY]
};