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