You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user