فهرست منبع

Fix typo and whitespace.

Martijn Laan 1 سال پیش
والد
کامیت
f2eed01436
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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