From 94bc498c429644ce5a26fee38bd78d57622fda3c Mon Sep 17 00:00:00 2001 From: alberth Date: Thu, 30 Apr 2009 17:35:38 +0000 Subject: (svn r16189) -Doc: Additions and improvement of (mainly) nested widgets/widget-parts doxygen docs. --- src/tile_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tile_cmd.h') diff --git a/src/tile_cmd.h b/src/tile_cmd.h index e7c178778..e60105900 100644 --- a/src/tile_cmd.h +++ b/src/tile_cmd.h @@ -69,7 +69,7 @@ typedef uint GetSlopeZProc(TileIndex tile, uint x, uint y); typedef CommandCost ClearTileProc(TileIndex tile, DoCommandFlag flags); /** - * Tile callback function signature for obtaining accepted carog of a tile + * Tile callback function signature for obtaining accepted cargo of a tile * @param tile Tile queried for its accepted cargo * @param res Storage destination of the cargo accepted */ -- cgit v1.2.3-54-g00ecf