diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-05-19 22:04:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-19 22:04:14 +0200 |
commit | a940b4cf640930b2decb356d395ac4cd89beefaf (patch) | |
tree | 8b16bd41e01eb747f8c7142b0ea8f3cf9c36e773 /platform/windows | |
parent | d111d59640ae93e60331f941fb2c62f460323171 (diff) | |
parent | e0574e1d98079b9954d262792bf748f7861e1d0a (diff) |
Merge pull request #28997 from akien-mga/codespell
Fix typos with codespell
Diffstat (limited to 'platform/windows')
-rw-r--r-- | platform/windows/os_windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/os_windows.cpp b/platform/windows/os_windows.cpp index 0b61770d87..c386fed367 100644 --- a/platform/windows/os_windows.cpp +++ b/platform/windows/os_windows.cpp @@ -705,7 +705,7 @@ LRESULT OS_Windows::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) } } } else if (mouse_mode != MOUSE_MODE_CAPTURED) { - // for reasons unknown to mankind, wheel comes in screen cordinates + // for reasons unknown to mankind, wheel comes in screen coordinates POINT coords; coords.x = mb->get_position().x; coords.y = mb->get_position().y; |