From 3d88c74389ec978bb198415816364898963bb979 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 15 Dec 2011 21:56:00 +0000 Subject: (svn r23526) -Codechange: unify cargos vs cargoes --- src/station_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index d3b35a996..74223f6fa 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -498,7 +498,7 @@ CargoArray GetProductionAroundTiles(TileIndex tile, int w, int h, int rad) } /** - * Get the acceptance of cargos around the tile in 1/8. + * Get the acceptance of cargoes around the tile in 1/8. * @param tile Center of the search area * @param w X extent of area * @param h Y extent of area -- cgit v1.2.3-54-g00ecf