mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix typos in code and docs with codespell
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
This commit is contained in:
@@ -2013,7 +2013,7 @@ Control *Control::find_prev_valid_focus() const {
|
||||
|
||||
if (from->is_set_as_toplevel() || !Object::cast_to<Control>(from->get_parent())) {
|
||||
|
||||
//find last of the childs
|
||||
//find last of the children
|
||||
|
||||
prev_child = _prev_control(from);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user