diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-08 11:55:55 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-08 11:55:55 +0100 |
commit | c10d268974744dadb454154d1ad78209735b7ccd (patch) | |
tree | 9fa7b97428a0100724355fb97d63edf01429802f /editor/window_wrapper.cpp | |
parent | dd487ebb0b34fa295c8f9290c2ccd252028b6b2d (diff) | |
parent | f9826a1dd7604900f440493f4630563097c699ee (diff) | |
download | redot-engine-c10d268974744dadb454154d1ad78209735b7ccd.tar.gz |
Merge pull request #86787 from ryevdokimov/code-spell-check
Fix various spelling errors across engine solution
Diffstat (limited to 'editor/window_wrapper.cpp')
-rw-r--r-- | editor/window_wrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/window_wrapper.cpp b/editor/window_wrapper.cpp index 2d89e4df46..aec4005ce5 100644 --- a/editor/window_wrapper.cpp +++ b/editor/window_wrapper.cpp @@ -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(); } |