You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix various typos with codespell
And include #72377. Co-authored-by: Wiktor Kocielski <withaust@gmail.com>
This commit is contained in:
@@ -354,7 +354,7 @@ void ConnectDialog::_update_method_tree() {
|
||||
return;
|
||||
}
|
||||
|
||||
// Get methods from each class in the heirarchy.
|
||||
// Get methods from each class in the hierarchy.
|
||||
StringName current_class = target->get_class_name();
|
||||
do {
|
||||
TreeItem *class_item = method_tree->create_item(root_item);
|
||||
|
||||
Reference in New Issue
Block a user