Fix typo in mbfilter.h

As pointed out by Bruno Haible (https://haible.de/bruno).
This commit is contained in:
Alex Dowad 2021-07-18 14:06:36 +02:00
parent 13136a575d
commit 26fc7c4256

View file

@ -289,7 +289,7 @@ MBFLAPI extern mbfl_string *
mbfl_html_numeric_entity(mbfl_string *string, mbfl_string *result, int *convmap, int mapsize, int type);
/*
* convert of harfwidth and fullwidth for japanese
* convert of halfwidth and fullwidth for japanese
*/
MBFLAPI extern mbfl_string *
mbfl_ja_jp_hantozen(mbfl_string *string, mbfl_string *result, int mode);