changeset 12197:45ec7770afe0 draft

(svn r16611) -Doc Fix(r16606): "then" became "the" and now is gone. In other words, fix a comment ;)
author belugas <belugas@openttd.org>
date Sat, 20 Jun 2009 23:22:46 +0000
parents 43b68034a431
children b730a91b2202
files src/autoreplace_gui.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/autoreplace_gui.cpp
+++ b/src/autoreplace_gui.cpp
@@ -107,7 +107,7 @@
 
 	/** Figure out if an engine should be added to a list.
 	 * @param e            The EngineID.
-	 * @param draw_left    If \c true, the the left list is drawn (the engines specific to the railtype you selected).
+	 * @param draw_left    If \c true, the left list is drawn (the engines specific to the railtype you selected).
 	 * @param show_engines If \c true, the locomotives are drawn, else the wagons are drawn (never both).
 	 * @return \c true if the engine should be in the list (based on this check), else \c false.
 	 */