summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_road.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-02-14 20:07:05 +0000
committeryexo <yexo@openttd.org>2009-02-14 20:07:05 +0000
commit92fc2e692ca0826729bdb39b967142aa1534c241 (patch)
tree58e44c8f6c903835f00eecdb39ea3f2e1e7d4550 /src/ai/api/ai_road.hpp
parent37819fc8c59f7eb3e38e1831b2db6db497e194e6 (diff)
downloadopenttd-92fc2e692ca0826729bdb39b967142aa1534c241.tar.xz
(svn r15482) -Fix [NoAI]: Typos in api docs.
Diffstat (limited to 'src/ai/api/ai_road.hpp')
-rw-r--r--src/ai/api/ai_road.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_road.hpp b/src/ai/api/ai_road.hpp
index c80f63177..875f935ad 100644
--- a/src/ai/api/ai_road.hpp
+++ b/src/ai/api/ai_road.hpp
@@ -320,7 +320,7 @@ public:
/**
* Builds a road bus or truck station.
- * @param tile Place to build the depot.
+ * @param tile Place to build the station.
* @param front The tile exactly in front of the station.
* For drive-through stations either entrance side can be used.
* @param truck Whether to build a truck (true) or bus (false) station.