From: Tomas Valla Date: Sun, 17 Mar 2013 22:00:37 +0000 (+0100) Subject: ucw/unicode.h: Typo fix X-Git-Tag: v5.99~85 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a1711ccd6dc6528a5128d471adbd68a2fb8c7d53;p=libucw.git ucw/unicode.h: Typo fix --- diff --git a/ucw/unicode.h b/ucw/unicode.h index 8d8fc46e..d861788b 100644 --- a/ucw/unicode.h +++ b/ucw/unicode.h @@ -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)