core: fix typo in a comment

v2.8-utf8proc
Sébastien Helleu 2016-02-18 18:25:56 +01:00
parent c2aed4dd78
commit 78db8293f6
1 changed files with 1 additions and 1 deletions

View File

@ -2359,7 +2359,7 @@ string_iconv_from_internal (const char *charset, const char *string)
/*
* optimized for UTF-8: if charset is NULL => we use term charset => if
* this charset is already UTF-8, then no iconv needed
* this charset is already UTF-8, then no iconv is needed
*/
if (local_utf8 && (!charset || !charset[0]))
return input;