summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2014-04-12 15:59:56 +0000
committerplanetmaker <planetmaker@openttd.org>2014-04-12 15:59:56 +0000
commitba42bcdf4999f040e1a76b8e7879e5639cb492a8 (patch)
tree516164c1ca1f7f24d71ebcaca9bdbee3396de2da /src/station_cmd.cpp
parent2aa545a842063d06fe67ccb382b44a8ebcd56b48 (diff)
downloadopenttd-ba42bcdf4999f040e1a76b8e7879e5639cb492a8.tar.xz
(svn r26458) -Doc: Correct a few spelling mistakes (__ln__)
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index d637d83c3..cf449df94 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -658,7 +658,7 @@ static void UpdateStationSignCoord(BaseStation *st)
* @param reuse Whether to try to reuse a deleted station (gray sign) if possible
* @param area Area occupied by the new part
* @param name_class Station naming class to use to generate the new station's name
- * @return Command error that occured, if any
+ * @return Command error that occurred, if any
*/
static CommandCost BuildStationPart(Station **st, DoCommandFlag flags, bool reuse, TileArea area, StationNaming name_class)
{