Browse Source

* fixed typo in comment

git-svn-id: trunk@30079 -
Jonas Maebe 10 years ago
parent
commit
b4033efc00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/generic.inc

+ 1 - 1
rtl/inc/generic.inc

@@ -1090,7 +1090,7 @@ function Utf8CodePointLen(P: PAnsiChar; MaxLookAhead: SizeInt; IncludeCombiningD
         result:=0;
         result:=0;
         exit;
         exit;
       end;
       end;
-    { inlcude the first byte }
+    { include the first byte }
     result:=1;
     result:=1;
     { multiple byte utf-8 code point? }
     { multiple byte utf-8 code point? }
     if p[0]>#127 then
     if p[0]>#127 then