src/station_cmd.cpp
changeset 6201 bee01dc45e39
parent 6198 5e278ec7c0f9
child 6247 7d81e3a5d803
--- a/src/station_cmd.cpp	Fri Mar 02 19:57:55 2007 +0000
+++ b/src/station_cmd.cpp	Sat Mar 03 04:04:22 2007 +0000
@@ -141,7 +141,7 @@
  * @param type the type of tile searched for
  * @param industry when type == MP_INDUSTRY, the type of the industry,
  *                 in all other cases this parameter is ignored
- * @result the noumber of matching tiles around
+ * @return the result the noumber of matching tiles around
  */
 static int CountMapSquareAround(TileIndex tile, TileType type, IndustryType industry)
 {