]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commitdiff
More typos
authorDale Weiler <killfieldengine@gmail.com>
Fri, 11 Oct 2013 02:12:03 +0000 (22:12 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 11 Oct 2013 02:12:03 +0000 (22:12 -0400)
utf8.c

diff --git a/utf8.c b/utf8.c
index 8db5791518e6c19d5fdfcbad6aa8382a2ec13326..5791e7373c35aed76065a63dda43f77bb4645451 100644 (file)
--- 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