X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/1a863b8d4ef10ffb7424401ef65a39e3090f41a9..19e44013088ff80c11e1d7c045331b96f4dc41f0:/readtxt2.pas diff --git a/readtxt2.pas b/readtxt2.pas index 2c269a7..e7ac690 100644 --- a/readtxt2.pas +++ b/readtxt2.pas @@ -94,7 +94,7 @@ begin d := -1; for a := bufpointer to b do begin c := buf[a]; - //check if the character can possiblly be a line ending before getting + //check if the character can possibly be a line ending before getting //into the more complex checks that depend on eol type if (c = 10) or (c = 13) then case allowedeol of eoltype_any: begin