From 07c4766eb4070832a38b065d4e7d1114dc629f88 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sat, 2 Nov 2019 08:49:56 +1100 Subject: Fix typo in comment. --- win32/ScintillaWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index d72f1958b..e3bc4f711 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -1130,7 +1130,7 @@ sptr_t ScintillaWin::HandleCompositionInline(uptr_t, sptr_t lParam) { return i == SC_INDICATOR_TARGET; }); if (!onlyTarget) { - // CS_NOMOVECARET: keep caret at beginning if composition string which already moved in InsertCharacter(). + // CS_NOMOVECARET: keep caret at beginning of composition string which already moved in InsertCharacter(). // GCS_CURSORPOS: current caret position is provided by IME. Sci::Position imeEndToImeCaretU16 = -static_cast(wcs.size()); if (!(lParam & CS_NOMOVECARET) && (lParam & GCS_CURSORPOS)) { -- cgit v1.2.3