(svn r10523) [NoAI] -Fix: typo in comment for AIVehicleList() noai
authortruelight
Thu, 12 Jul 2007 14:52:33 +0000
branchnoai
changeset 9632 1816329e9cdd
parent 9631 8a2d1c2ceb88
child 9633 6099483c684c
(svn r10523) [NoAI] -Fix: typo in comment for AIVehicleList()
src/ai/api/ai_vehiclelist.hpp
--- a/src/ai/api/ai_vehiclelist.hpp	Sat Jul 07 09:20:52 2007 +0000
+++ b/src/ai/api/ai_vehiclelist.hpp	Thu Jul 12 14:52:33 2007 +0000
@@ -18,7 +18,7 @@
 	static const char *GetClassName() { return "AIVehicleList"; }
 
 	/**
-	 * The constructor to make a list of towns.
+	 * The constructor to make a list of vehicles.
 	 */
 	AIVehicleList();
 };