From: Dale Weiler Date: Fri, 11 Oct 2013 02:12:03 +0000 (-0400) Subject: More typos X-Git-Tag: 0.3.5~40 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9dabb68d7fbd563510acf3f3e133ae998538f97a;p=xonotic%2Fgmqcc.git More typos --- diff --git a/utf8.c b/utf8.c index 8db5791..5791e73 100644 --- a/utf8.c +++ b/utf8.c @@ -57,8 +57,8 @@ * The last section of the table handles bytes with leading F * * The values themselfs in the table are arranged so that when you - * left shift them by 6 to shif continuation characters into place, the - * new top bits tell: + * left shift them by 6 to shift continuation characters into place, the + * new top bits tell you: * * 1 - if you keep going * 2 - the range of valid values for the next byte