瀏覽代碼

Cherry pick typo fix to correct branch.

Martijn Laan 1 年之前
父節點
當前提交
27636da341
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Components/ScintEdit.pas

+ 1 - 1
Components/ScintEdit.pas

@@ -1831,7 +1831,7 @@ begin
   var MainSel := MainSelection;
   SetSelectionCaretPosition(MainSel, Pos);
   SetSelectionAnchorPosition(MainSel, Pos);
-  { Finally call Editor::SetLastXChosen and scroll caret into review, also just
+  { Finally call Editor::SetLastXChosen and scroll caret into view, also just
     like SCI_REPLACESEL }
   ChooseCaretX;
   ScrollCaretIntoView;