1
0
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:
Rémi Verschelde
2023-01-30 14:22:47 +01:00
parent 6bdc4ea88c
commit 312011fade
8 changed files with 9 additions and 9 deletions

View File

@@ -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);