Fix various spelling errors

This commit is contained in:
Robert Yevdokimov
2024-01-04 09:56:43 -05:00
parent fbaab3cf53
commit f9826a1dd7
5 changed files with 16 additions and 16 deletions

View File

@@ -74,7 +74,7 @@ class ShortcutBin : public Node {
};
Rect2 WindowWrapper::_get_default_window_rect() const {
// Assume that the control rect is the desidered one for the window.
// Assume that the control rect is the desired one for the window.
return wrapped_control->get_screen_rect();
}