fix spelling mistakes
[lcore.git] / binipstuff.pas
index 93363e2b28282d8068260164ebade1cb50cf5003..d6220293af9bd90240af9ee9396ddea0b4fc7e60 100644 (file)
@@ -334,7 +334,7 @@ written by beware
 \r
 - implementation does not depend on other ipv6 code such as the tin6_addr type,\r
   the parameter can also be untyped.\r
-- it is host endian neutral - binary format is aways network order\r
+- it is host endian neutral - binary format is always network order\r
 - it supports compression of zeroes\r
 - it supports ::ffff:192.168.12.34 style addresses\r
 - they are made to do the Right Thing, more efficient implementations are possible\r
@@ -386,7 +386,7 @@ begin
     end;\r
   end;\r
 \r
-  {run length atleast 2 0 words}\r
+  {run length at least 2 0 words}\r
   if (runlength = 1) then begin\r
     runlength := 0;\r
     runbegin := 0;\r