From 0ef33548c20ae9cf73a6e9e850b17137b1453dd3 Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 12 Apr 2010 14:12:47 +0000 Subject: (svn r19614) -Codechange: "it's" => "its" where appropriate --- src/station_cmd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 9e3e70cfa..a996ff5cd 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -221,7 +221,7 @@ struct StationNameInformation { * @param tile the tile to search * @param user_data the StationNameInformation to base the search on * @return true if the tile contains an industry that has not given - * it's name to one of the other stations in town. + * its name to one of the other stations in town. */ static bool FindNearIndustryName(TileIndex tile, void *user_data) { @@ -768,7 +768,7 @@ static CommandCost CheckFlatLandRailStation(TileArea tile_area, DoCommandFlag fl } } } else { - /* Rail type is only valid when building a railway station; in station to + /* Rail type is only valid when building a railway station; if station to * build isn't a rail station it's INVALID_RAILTYPE. */ if (rt != INVALID_RAILTYPE && IsPlainRailTile(tile_cur) && !HasSignals(tile_cur) && -- cgit v1.2.3-54-g00ecf