Fix: Grammar in a bunch of comments (#7054)

This commit is contained in:
nikolas
2019-01-13 02:38:48 -05:00
committed by Charles Pigott
parent 5ff0c24993
commit 4fc1b2baae
5 changed files with 11 additions and 11 deletions

View File

@@ -132,9 +132,9 @@ static inline void SetTileType(TileIndex tile, TileType type)
}
/**
* Checks if a tile is a give tiletype.
* Checks if a tile is a given tiletype.
*
* This function checks if a tile got the given tiletype.
* This function checks if a tile has the given tiletype.
*
* @param tile The tile to check
* @param type The type to check against