mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03: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:
@@ -319,7 +319,7 @@ public:
|
||||
curly_stack++;
|
||||
break;
|
||||
} else {
|
||||
break; //whathever else
|
||||
break; //whatever else
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user