summaryrefslogtreecommitdiff
path: root/src/pbs.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-02-27 12:29:44 +0000
committeralberth <alberth@openttd.org>2010-02-27 12:29:44 +0000
commit2ac558494caf7dfca5347a56bc85a92de9ed888f (patch)
tree8b8129a210ff108111786ee8e36ba1d181841b16 /src/pbs.cpp
parent13f1836149b3dbf86cbee45eeaaae82230563bfb (diff)
downloadopenttd-2ac558494caf7dfca5347a56bc85a92de9ed888f.tar.xz
(svn r19272) -Doc: successfull -> successful.
Diffstat (limited to 'src/pbs.cpp')
-rw-r--r--src/pbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pbs.cpp b/src/pbs.cpp
index 173902a80..e7834ef80 100644
--- a/src/pbs.cpp
+++ b/src/pbs.cpp
@@ -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)