From b4033efc000404b6fec80ce16d34a299dbb493f2 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 2 Mar 2015 21:45:43 +0000 Subject: [PATCH] * fixed typo in comment git-svn-id: trunk@30079 - --- rtl/inc/generic.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/inc/generic.inc b/rtl/inc/generic.inc index 330082f038..7f11a30b4d 100644 --- a/rtl/inc/generic.inc +++ b/rtl/inc/generic.inc @@ -1090,7 +1090,7 @@ function Utf8CodePointLen(P: PAnsiChar; MaxLookAhead: SizeInt; IncludeCombiningD result:=0; exit; end; - { inlcude the first byte } + { include the first byte } result:=1; { multiple byte utf-8 code point? } if p[0]>#127 then