summaryrefslogtreecommitdiff
path: root/src/autoreplace_gui.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2009-06-20 23:22:46 +0000
committerbelugas <belugas@openttd.org>2009-06-20 23:22:46 +0000
commit6262d3bb739efae5025e46805eb318c00c747f10 (patch)
tree28c37a0fbf860c87c11384acd7ffd48c1a55fd59 /src/autoreplace_gui.cpp
parent460d99abcfb11ff165151388a23e78528d5c632c (diff)
downloadopenttd-6262d3bb739efae5025e46805eb318c00c747f10.tar.xz
(svn r16611) -Doc Fix(r16606): "then" became "the" and now is gone.
In other words, fix a comment ;)
Diffstat (limited to 'src/autoreplace_gui.cpp')
-rw-r--r--src/autoreplace_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autoreplace_gui.cpp b/src/autoreplace_gui.cpp
index 29bf638e8..73807c6ba 100644
--- a/src/autoreplace_gui.cpp
+++ b/src/autoreplace_gui.cpp
@@ -107,7 +107,7 @@ class ReplaceVehicleWindow : public Window {
/** 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.
*/