(svn r19272) -Doc: successfull -> successful.

This commit is contained in:
alberth
2010-02-27 12:29:44 +00:00
parent 8807f454e0
commit 01562e2dfc
5 changed files with 6 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ void SetRailStationPlatformReservation(TileIndex start, DiagDirection dir, bool
* Try to reserve a specific track on a tile
* @param tile the tile
* @param t the track
* @return true if reservation was successfull, i.e. the track was
* @return \c true if reservation was successful, i.e. the track was
* free and didn't cross any other reserved tracks.
*/
bool TryReserveRailTrack(TileIndex tile, Track t)