diff options
author | Andy Maloney <asmaloney@gmail.com> | 2020-07-16 12:54:15 -0400 |
---|---|---|
committer | Andy Maloney <asmaloney@gmail.com> | 2020-07-21 15:17:23 -0400 |
commit | 4dda62f5911eefe4c0476d1e148256545e3c931e (patch) | |
tree | ad4de6d84dd44d39b41ae6be6eb9d4f7cec6ce4e /platform/osx | |
parent | 9e34ba48556b71f1f672b5be47d12b0e3f679b86 (diff) |
Fix spelling & grammar in comments, docs, and messages
Diffstat (limited to 'platform/osx')
-rw-r--r-- | platform/osx/display_server_osx.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/display_server_osx.mm b/platform/osx/display_server_osx.mm index 5cc2b25910..9d7615a319 100644 --- a/platform/osx/display_server_osx.mm +++ b/platform/osx/display_server_osx.mm @@ -2782,7 +2782,7 @@ void DisplayServerOSX::window_set_flag(WindowFlags p_flag, bool p_enabled, Windo switch (p_flag) { case WINDOW_FLAG_RESIZE_DISABLED: { wd.resize_disabled = p_enabled; - if (wd.fullscreen) { //fullscreen window should be resizable, style will be applyed on exiting fs + if (wd.fullscreen) { //fullscreen window should be resizable, style will be applied on exiting fs return; } if (p_enabled) { |