X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/1a863b8d4ef10ffb7424401ef65a39e3090f41a9..309429a3acfa50bd4e928b8a5728dc863e9c767b:/readtxt2.pas?ds=sidebyside 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