fix spelling mistakes
[lcore.git] / readtxt2.pas
index 2c269a78adab9df1fb50743ced738ce31489990a..e7ac690e823646d05a4f8efe50cf17c327a32dfe 100644 (file)
@@ -94,7 +94,7 @@ begin
     d := -1;\r
     for a := bufpointer to b do begin\r
       c := buf[a];\r
-      //check if the character can possiblly be a line ending before getting\r
+      //check if the character can possibly be a line ending before getting\r
       //into the more complex checks that depend on eol type\r
       if (c = 10) or (c = 13) then case allowedeol of\r
         eoltype_any: begin\r