src/ai/api/ai_tilelist.hpp
branchnoai
changeset 9600 59cc173953ae
parent 9596 8af5a1399842
child 9751 556f25efbc54
--- a/src/ai/api/ai_tilelist.hpp	Sun Apr 15 00:23:24 2007 +0000
+++ b/src/ai/api/ai_tilelist.hpp	Sun Apr 15 10:30:00 2007 +0000
@@ -44,7 +44,7 @@
 
 	/**
 	 * Remove the tiles inside the rectangle between tile_from and tile_to form the list.
-	 * @param tile_From one corner of the tiles to remove.
+	 * @param tile_from one corner of the tiles to remove.
 	 * @param tile_to the other corner of the files to remove.
 	 * @pre tile_from is below AIMap::GetMapSize().
 	 * @pre tile_to is below AIMap::GetMapSize().