X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/03b75b4c964d8b3ac97d4007f0e033549b01c92f..9763940f8849e5c807566157829a1e6d2c9172ee:/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