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:
parent
0d15f6344b
commit
a647fb3e62
21 changed files with 24 additions and 24 deletions
|
|
@ -647,7 +647,7 @@ void GDScriptAnalyzer::resolve_class_interface(GDScriptParser::ClassNode *p_clas
|
|||
}
|
||||
}
|
||||
|
||||
// Check if initalizer is an unset identifier (ie: a variable within scope, but declared below)
|
||||
// Check if initializer is an unset identifier (ie: a variable within scope, but declared below)
|
||||
if (member.variable->initializer && !member.variable->initializer->get_datatype().is_set()) {
|
||||
if (member.variable->initializer->type == GDScriptParser::Node::IDENTIFIER) {
|
||||
GDScriptParser::IdentifierNode *initializer_identifier = static_cast<GDScriptParser::IdentifierNode *>(member.variable->initializer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue