Fix silly typo.

develop
Petr Mrázek 2011-04-17 13:13:23 +02:00
parent 67ea981dc3
commit cf3534bc42
1 changed files with 1 additions and 1 deletions

@ -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)
{