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 | 5e1f3c9b721f436cd60961af3df53734f10deedf (patch) | |
| tree | 36499b447ce0b871aafdd1bd23716b120d70ed27 /win32/PlatWin.cxx | |
| parent | 46d00d15940a78ba6cd5fb5b884e08d0394c3abe (diff) | |
| download | scintilla-mirror-5e1f3c9b721f436cd60961af3df53734f10deedf.tar.gz | |
Fix spelling mistakes.
Diffstat (limited to 'win32/PlatWin.cxx')
| -rw-r--r-- | win32/PlatWin.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
