From a1711ccd6dc6528a5128d471adbd68a2fb8c7d53 Mon Sep 17 00:00:00 2001 From: Tomas Valla Date: Sun, 17 Mar 2013 23:00:37 +0100 Subject: [PATCH] ucw/unicode.h: Typo fix --- ucw/unicode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2