From bbbb2b963955b4598627371c4414e8cb452301f1 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sat, 2 Nov 2019 08:49:56 +1100 Subject: Backport: Fix typo in comment. Backport of changeset 7752:a5aecff704be. --- win32/ScintillaWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 12a97e629..a04b03fa5 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -1134,7 +1134,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