From c24374f99c22d9420d6d182ff835f07a5b954b48 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Tue, 8 Jan 2013 22:46:42 +0000 Subject: (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) --- src/bridge_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bridge_map.h') diff --git a/src/bridge_map.h b/src/bridge_map.h index 8c6bf839a..5ab4fd552 100644 --- a/src/bridge_map.h +++ b/src/bridge_map.h @@ -41,7 +41,7 @@ static inline bool IsBridgeTile(TileIndex t) * checks for the possibility that a bridge may be on this tile * These are in fact all the tile types on which a bridge can be found * @param t The tile to analyze - * @return true if a bridge migh be present + * @return true if a bridge might be present */ static inline bool MayHaveBridgeAbove(TileIndex t) { -- cgit v1.2.3-54-g00ecf