(svn r12275) [NoAI] -Fix r12273: people always find typos AFTER you commit :( (tnx yorick) noai
authortruebrain
Tue, 26 Feb 2008 18:37:33 +0000
branchnoai
changeset 9780 37eb5460ff2e
parent 9779 5713a8978df7
child 9781 d583b3eb60e0
(svn r12275) [NoAI] -Fix r12273: people always find typos AFTER you commit :( (tnx yorick)
src/ai/api/ai_vehiclelist_valuator.hpp
--- a/src/ai/api/ai_vehiclelist_valuator.hpp	Tue Feb 26 18:36:16 2008 +0000
+++ b/src/ai/api/ai_vehiclelist_valuator.hpp	Tue Feb 26 18:37:33 2008 +0000
@@ -128,7 +128,7 @@
 };
 
 /**
- * Get the ype of the vehicle for entries in an AIVehicleList instance.
+ * Get the type of the vehicle for entries in an AIVehicleList instance.
  * @note Resulting items are of the type AIVehicle::VehicleType.
  * @note Can only operate on an AIVehicleList instance.
  * @ingroup AIVehicleList