Skip to content

Commit 26fc7c4

Browse files
committed
Fix typo in mbfilter.h
As pointed out by Bruno Haible (https://haible.de/bruno).
1 parent 13136a5 commit 26fc7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mbstring/libmbfl/mbfl/mbfilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ MBFLAPI extern mbfl_string *
289289
mbfl_html_numeric_entity(mbfl_string *string, mbfl_string *result, int *convmap, int mapsize, int type);
290290

291291
/*
292-
* convert of harfwidth and fullwidth for japanese
292+
* convert of halfwidth and fullwidth for japanese
293293
*/
294294
MBFLAPI extern mbfl_string *
295295
mbfl_ja_jp_hantozen(mbfl_string *string, mbfl_string *result, int mode);

0 commit comments

Comments
 (0)