Fix typos with codespell

Using codespell 2.2-dev from current git.

Fix a couple incorrect uses of gendered pronouns.
This commit is contained in:
Rémi Verschelde
2022-06-19 14:06:55 +02:00
parent 8d287957f9
commit afe8492241
66 changed files with 69 additions and 69 deletions

View File

@@ -1544,7 +1544,7 @@ Error EditorFileSystem::_reimport_group(const String &p_group_file, const Vector
for (List<String>::Element *E = sk.front(); E; E = E->next()) {
String param = E->get();
Variant value = config->get_value("params", param);
//override with whathever is in file
//override with whatever is in file
source_file_options[p_files[i]][param] = value;
}
}