diff -r 949374e83b78 -r 59cc173953ae src/ai/api/ai_tilelist.hpp --- 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().