diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-03-26 09:28:15 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-03-26 09:28:15 +1100 |
| commit | 808e00138126f7ce571fd905498dba6614c16278 (patch) | |
| tree | 8e6fd9ed479c7a2a12ec73fed9bff305806986ff /win32 | |
| parent | 878a934343d10fb3f5412c06522db2f46570c1bb (diff) | |
| download | scintilla-mirror-808e00138126f7ce571fd905498dba6614c16278.tar.gz | |
Backport: Fix spelling mistakes.
Backport of changeset 8028:78a688809e75.
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/PlatWin.cxx | 4 | ||||
| -rw-r--r-- | win32/ScintillaWin.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 654e10fbd..53c6ec13c 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -2435,7 +2435,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: @@ -2471,7 +2471,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 ae4ee839e..b34e0d96c 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -2943,7 +2943,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); } |
