From ba42bcdf4999f040e1a76b8e7879e5639cb492a8 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Sat, 12 Apr 2014 15:59:56 +0000 Subject: [PATCH] (svn r26458) -Doc: Correct a few spelling mistakes (__ln__) --- config.lib | 2 +- docs/desync.txt | 2 +- src/newgrf.cpp | 2 +- src/station_cmd.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.lib b/config.lib index 17ddd4de5e..0b355cdd3c 100644 --- a/config.lib +++ b/config.lib @@ -862,7 +862,7 @@ check_params() { endian="PREPROCESSOR" fi - log 1 "checking endianess... $endian" + log 1 "checking endianness... $endian" # Suppress language errors when there is a version defined, indicating a release # It just isn't pretty if any release produces warnings in the languages. diff --git a/docs/desync.txt b/docs/desync.txt index 8163027814..fb53b62ae5 100644 --- a/docs/desync.txt +++ b/docs/desync.txt @@ -106,7 +106,7 @@ Table of contents The important thing here is: The detection of the Desync is only an ultimate failure detection. It does not give any indication on when the Desync happened. The Desync may after - all have occured long ago, and just did not affect the checksum + all have occurred long ago, and just did not affect the checksum up to now. The checksum may have matched 10 times or more since the Desync happend, and only now the Desync has spiraled enough to finally affect the checksum. (There was once a desync diff --git a/src/newgrf.cpp b/src/newgrf.cpp index b736d9c7ae..4485b717ab 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 d637d83c38..cf449df94a 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) {