diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -141,7 +141,7 @@ static Station* GetStationAround(TileInd * @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) {