From cf3534bc423443f67a6e0d8de329f6761d188f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 17 Apr 2011 13:13:23 +0200 Subject: [PATCH] Fix silly typo. --- library/include/dfhack/DFTileTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/dfhack/DFTileTypes.h b/library/include/dfhack/DFTileTypes.h index 5810af147..9e2e79f5e 100644 --- a/library/include/dfhack/DFTileTypes.h +++ b/library/include/dfhack/DFTileTypes.h @@ -368,7 +368,7 @@ namespace DFHack return tileTypeTable[tiletype].direction; } - /// Safely access the tyle type array. + /// Safely access the tile type array. inline const TileRow * getTileRow(int tiletype) {