diff options
author | stormcone <48624099+stormcone@users.noreply.github.com> | 2019-04-15 22:06:41 +0200 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2019-04-15 22:06:41 +0200 |
commit | 79343762a4ec02cc78efcec4b38b8ffda4910772 (patch) | |
tree | 56d956a794547f2df0737583cc799fd4a288380b /src | |
parent | 3964604148a4e8b4518de6aaa940052875013fbf (diff) | |
download | openttd-79343762a4ec02cc78efcec4b38b8ffda4910772.tar.xz |
Fix: Typos. (#7517)
Diffstat (limited to 'src')
-rw-r--r-- | src/newgrf.h | 2 | ||||
-rw-r--r-- | src/table/townname.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/newgrf.h b/src/newgrf.h index e99b73347..e5140d4ee 100644 --- a/src/newgrf.h +++ b/src/newgrf.h @@ -163,7 +163,7 @@ struct GRFLoadedFeatures { uint64 used_liveries; ///< Bitmask of #LiveryScheme used by the defined engines. bool has_newhouses; ///< Set if there are any newhouses loaded. bool has_newindustries; ///< Set if there are any newindustries loaded. - ShoreReplacement shore; ///< It which way shore sprites were replaced. + ShoreReplacement shore; ///< In which way shore sprites were replaced. }; /** diff --git a/src/table/townname.h b/src/table/townname.h index 551a05069..b870aa04b 100644 --- a/src/table/townname.h +++ b/src/table/townname.h @@ -1991,7 +1991,7 @@ static const char * const _name_romanian_real[] = { "Motru", "N\xC4\x83s\xC4\x83ud", "N\xC4\x83vodari", - "Odobe\xC8x99ti", + "Odobe\xC8\x99ti", "Olteni\xC8\x9B""a", "One\xC8\x99ti", "Oradea", |