diff options
author | James103 <37945304+James103@users.noreply.github.com> | 2019-10-27 14:46:08 -0500 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-10-27 19:46:08 +0000 |
commit | f1204f0d9dafc0bcdfaa2872ed48835afce13ddb (patch) | |
tree | e0cf8e8489c00abeeca21800b90ee4209adf9b20 /src | |
parent | 90682f86239ac3c1eaa996b0a6e268be09fde3c4 (diff) | |
download | openttd-f1204f0d9dafc0bcdfaa2872ed48835afce13ddb.tar.xz |
Fix: spelling/grammar in script_tile.hpp (#7804)
Diffstat (limited to 'src')
-rw-r--r-- | src/script/api/script_tile.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/script_tile.hpp b/src/script/api/script_tile.hpp index 2aa23bf24..d527e0d7e 100644 --- a/src/script/api/script_tile.hpp +++ b/src/script/api/script_tile.hpp @@ -40,7 +40,7 @@ public: /** The area was already flat */ ERR_AREA_ALREADY_FLAT, // [STR_ERROR_ALREADY_LEVELLED] - /** There is a tunnel underneed */ + /** There is a tunnel underneath */ ERR_EXCAVATION_WOULD_DAMAGE, // [STR_ERROR_EXCAVATION_WOULD_DAMAGE] }; @@ -351,7 +351,7 @@ public: * @pre width > 0. * @pre height > 0. * @pre radius >= 0. - * @return Value below 8 means no acceptance; the more the better. + * @return Values below 8 mean no acceptance; the more the better. */ static int32 GetCargoAcceptance(TileIndex tile, CargoID cargo_type, int width, int height, int radius); |