From e2fe10ce7dc49d857b8dc9e3d5a680db046a8050 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 11 Feb 2023 14:44:26 +0200 Subject: [PATCH 23/23] Change occurrences of "dependant" as adjective to "dependent" Some nouns are left as "dependant" See osdn #46501 Signed-off-by: Marko Lindqvist --- data/helpdata.txt | 2 +- utility/randseed.c | 2 +- utility/registry_ini.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/helpdata.txt b/data/helpdata.txt index 0c2925b32a..aa84e29362 100644 --- a/data/helpdata.txt +++ b/data/helpdata.txt @@ -1027,7 +1027,7 @@ another city.\ Once built, a wonder is placed in the city that constructed it, and \ cannot be sold or destroyed (unless the entire city is destroyed). \ However, some wonders are made obsolete under certain, \ -ruleset dependant, circumstances, and lose their effect. \ +ruleset dependent, circumstances, and lose their effect. \ Note the asymmetry under many rulesets: while you must personally \ achieve the advance required by each wonder to build it, it will be \ disabled when any player achieves the obsoleting advance.\ diff --git a/utility/randseed.c b/utility/randseed.c index 97e42adbe6..7e1cb12392 100644 --- a/utility/randseed.c +++ b/utility/randseed.c @@ -11,7 +11,7 @@ GNU General Public License for more details. ***********************************************************************/ -/* Random number initialization, possibly system-dependant */ +/* Random number initialization, possibly system-dependent */ #ifdef HAVE_CONFIG_H #include diff --git a/utility/registry_ini.h b/utility/registry_ini.h index 93bba172de..e98729c0f3 100644 --- a/utility/registry_ini.h +++ b/utility/registry_ini.h @@ -594,7 +594,7 @@ struct section *secfile_section_new(struct section_file *secfile, const char *section_name); -/* Independant section functions. */ +/* Independent section functions. */ void section_destroy(struct section *psection); void section_clear_all(struct section *psection); @@ -620,7 +620,7 @@ struct entry *section_entry_str_new(struct section *psection, const char *entry_name, const char *value, bool escaped); -/* Independant entry functions. */ +/* Independent entry functions. */ enum entry_type { ENTRY_BOOL, ENTRY_INT, -- 2.39.1