From ead8de78ea25a96ebfb8f7e5cad8c49c29d96b18 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 29 Aug 2008 21:07:26 +0000 Subject: (svn r14186) -Fix [FS#2255]: small typo (Jafinto) --- src/pbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pbs.h') diff --git a/src/pbs.h b/src/pbs.h index d01123ed1..c0ee485d1 100644 --- a/src/pbs.h +++ b/src/pbs.h @@ -21,7 +21,7 @@ void UnreserveRailTrack(TileIndex tile, Track t); struct PBSTileInfo { TileIndex tile; ///< Tile the path ends, INVALID_TILE if no valid path was found. Trackdir trackdir; ///< The reserved trackdir on the tile. - bool okay; ///< True if tile is a safe wairing position, false otherwise. + bool okay; ///< True if tile is a safe waiting position, false otherwise. PBSTileInfo() : tile(INVALID_TILE), trackdir(INVALID_TRACKDIR), okay(false) {} PBSTileInfo(TileIndex _t, Trackdir _td, bool _okay) : tile(_t), trackdir(_td), okay(_okay) {} -- cgit v1.2.3-54-g00ecf