Sfoglia il codice sorgente

* fixed typos in comment

git-svn-id: trunk@11613 -
Vincent Snijders 17 anni fa
parent
commit
783a1ce4e7
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      rtl/inc/text.inc

+ 2 - 2
rtl/inc/text.inc

@@ -66,7 +66,7 @@ Begin
    begin
    begin
      t.InOutFunc:=@FileWriteFunc;
      t.InOutFunc:=@FileWriteFunc;
      { Only install flushing if its a NOT a file, and only check if there
      { Only install flushing if its a NOT a file, and only check if there
-       was no error opening the file, becuase else we always get a bad
+       was no error opening the file, because else we always get a bad
        file handle error 6 (PFV) }
        file handle error 6 (PFV) }
      if (InOutRes=0) and
      if (InOutRes=0) and
         Do_Isdevice(t.Handle) then
         Do_Isdevice(t.Handle) then
@@ -187,7 +187,7 @@ Begin
       InOutRes:=103;
       InOutRes:=103;
      exit;
      exit;
    end;
    end;
-{ Not the flushfunc but the inoutfunc should be used, becuase that
+{ Not the flushfunc but the inoutfunc should be used, because that
   writes the data, flushfunc doesn't need to be assigned }
   writes the data, flushfunc doesn't need to be assigned }
   FileFunc(TextRec(t).InOutFunc)(TextRec(t));
   FileFunc(TextRec(t).InOutFunc)(TextRec(t));
 End;
 End;