summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-04-30 17:35:38 +0000
committeralberth <alberth@openttd.org>2009-04-30 17:35:38 +0000
commit94bc498c429644ce5a26fee38bd78d57622fda3c (patch)
tree4316ef08930879e610cabae64ceff37daa4f5d9c /src/tile_cmd.h
parent90fe46123a5c771801b8a07a1ac256ba68012050 (diff)
downloadopenttd-94bc498c429644ce5a26fee38bd78d57622fda3c.tar.xz
(svn r16189) -Doc: Additions and improvement of (mainly) nested widgets/widget-parts doxygen docs.
Diffstat (limited to 'src/tile_cmd.h')
-rw-r--r--src/tile_cmd.h2
1 files changed, 1 insertions, 1 deletions
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
*/