Browse Source

Fix typo and whitespace.

Martijn Laan 1 năm trước cách đây
mục cha
commit
f2eed01436
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      Components/ScintEdit.pas
  2. 1 1
      ISHelp/compile.bat

+ 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;

+ 1 - 1
ISHelp/compile.bat

@@ -29,7 +29,7 @@ rem -------------------------------------------------------------------------
 echo Synching dark files:
 echo.
 call synch-darkfiles.bat nopause
-if errorlevel 1 goto failed 
+if errorlevel 1 goto failed
 
 call :generate_help
 if errorlevel 1 goto failed