src/ai/api/ai_cargo.hpp
branchnoai
changeset 11070 f2460a97f516
parent 10831 f7e17819358b
--- a/src/ai/api/ai_cargo.hpp	Tue Jun 24 21:46:18 2008 +0000
+++ b/src/ai/api/ai_cargo.hpp	Wed Jun 25 17:01:19 2008 +0000
@@ -26,7 +26,7 @@
 		CC_PIECE_GOODS  = 1 <<  5, ///< Piece goods (Livestock, Wood, Steel, Paper)
 		CC_LIQUID       = 1 <<  6, ///< Liquids (Oil, Water, Rubber)
 		CC_REFRIGERATED = 1 <<  7, ///< Refrigerated cargo (Food, Fruit)
-		CC_HAZARDOUS    = 1 <<  8, ///< Hazardous cargo (Nucleair Fuel, Explosives, etc.)
+		CC_HAZARDOUS    = 1 <<  8, ///< Hazardous cargo (Nuclear Fuel, Explosives, etc.)
 		CC_COVERED      = 1 <<  9, ///< Covered/Sheltered Freight (Transporation in Box Vans, Silo Wagons, etc.)
 	};