Răsfoiți Sursa

Fix typo and whitespace.

Martijn Laan 1 an în urmă
părinte
comite
f2eed01436
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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;
   var MainSel := MainSelection;
   SetSelectionCaretPosition(MainSel, Pos);
   SetSelectionCaretPosition(MainSel, Pos);
   SetSelectionAnchorPosition(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 }
     like SCI_REPLACESEL }
   ChooseCaretX;
   ChooseCaretX;
   ScrollCaretIntoView;
   ScrollCaretIntoView;

+ 1 - 1
ISHelp/compile.bat

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