From 5e1f3c9b721f436cd60961af3df53734f10deedf Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 26 Mar 2020 09:28:15 +1100 Subject: Fix spelling mistakes. --- win32/PlatWin.cxx | 4 ++-- win32/ScintillaWin.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'win32') diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 471f93229..bcca2ac65 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -2839,7 +2839,7 @@ void ListBoxX::StartResize(WPARAM hitCode) { break; // Note that the current hit test code prevents the left edge cases ever firing - // as we don't want the left edge to be moveable + // as we don't want the left edge to be movable case HTLEFT: case HTTOP: case HTTOPLEFT: @@ -2875,7 +2875,7 @@ LRESULT ListBoxX::NcHitTest(WPARAM wParam, LPARAM lParam) const { } } - // Nerver permit resizing that moves the left edge. Allow movement of top or bottom edge + // Never permit resizing that moves the left edge. Allow movement of top or bottom edge // depending on whether the list is above or below the caret switch (hit) { case HTLEFT: diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index a9931afde..be485f051 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -2931,7 +2931,7 @@ LRESULT ScintillaWin::ImeOnReconvert(LPARAM lParam) { } void ScintillaWin::GetIntelliMouseParameters() noexcept { - // This retrieves the number of lines per scroll as configured inthe Mouse Properties sheet in Control Panel + // This retrieves the number of lines per scroll as configured in the Mouse Properties sheet in Control Panel ::SystemParametersInfo(SPI_GETWHEELSCROLLLINES, 0, &linesPerScroll, 0); } -- cgit v1.2.3