From ba42bcdf4999f040e1a76b8e7879e5639cb492a8 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Sat, 12 Apr 2014 15:59:56 +0000 Subject: (svn r26458) -Doc: Correct a few spelling mistakes (__ln__) --- src/newgrf.cpp | 2 +- src/station_cmd.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/newgrf.cpp b/src/newgrf.cpp index b736d9c7a..4485b717a 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -7659,7 +7659,7 @@ AllowedSubtags _tags_root[] = { * Try to skip the current node and all subnodes (if it's a branch node). * @param buf Buffer. * @param type The node type to skip. - * @return True if we could skip the node, false if an error occured. + * @return True if we could skip the node, false if an error occurred. */ static bool SkipUnknownInfo(ByteReader *buf, byte type) { 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) { -- cgit v1.2.3-54-g00ecf