diff options
author | TechGeekNZ <git@tech.geek.nz> | 2020-06-05 14:31:28 +1200 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2020-06-05 08:38:40 +0200 |
commit | f246f8faef8d9f949e7d64a624a5a1628a857508 (patch) | |
tree | c3833a8b14d4a41421c3b8fc4d1899ee513aa131 /src | |
parent | cdd2892c49f0fa7b6a197a463cfa84ba0edcb20d (diff) | |
download | openttd-f246f8faef8d9f949e7d64a624a5a1628a857508.tar.xz |
Cleanup: Fix typo in settings.h.preamble.
Diffstat (limited to 'src')
-rw-r--r-- | src/table/settings.h.preamble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/settings.h.preamble b/src/table/settings.h.preamble index ddb9d2abf..2b2257539 100644 --- a/src/table/settings.h.preamble +++ b/src/table/settings.h.preamble @@ -28,7 +28,7 @@ static size_t ConvertLandscape(const char *value); * These are for client-only variables. Here the 'var' refers to an * entry inside _settings_client. * 3. SDT_something - * Thse are for members in the struct described by the current + * These are for members in the struct described by the current * #SettingDesc list / .ini file. Here, 'base' specifies type of the * struct while 'var' points out the member of the struct (the actual * struct to store it in is implicitly defined by the #SettingDesc |