]> mj.ucw.cz Git - libucw.git/commitdiff
ucw/unicode.h: Typo fix
authorTomas Valla <tom@ucw.cz>
Sun, 17 Mar 2013 22:00:37 +0000 (23:00 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 25 Mar 2013 15:39:00 +0000 (16:39 +0100)
ucw/unicode.h

index 8d8fc46e9bc7c9a26c925a81c51e7df67194be1d..d861788bd0b7553875b5d79d28edaf89b210a0cb 100644 (file)
@@ -168,7 +168,7 @@ get1: UTF8_GET_NEXT;
 }
 
 /**
- * Decode a value from the range `[0, 0xFFFF]` (basic multilignual plane)
+ * Decode a value from the range `[0, 0xFFFF]` (basic multilingual plane)
  * or return `UNI_REPLACEMENT` if the encoding has been corrupted.
  **/
 static inline byte *utf8_get(const byte *p, uns *uu)