summaryrefslogtreecommitdiff
path: root/src/bridge_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bridge_map.h')
-rw-r--r--src/bridge_map.h2
1 files changed, 1 insertions, 1 deletions
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)
{