mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix typo in mbfilter.h
As pointed out by Bruno Haible (https://haible.de/bruno).
This commit is contained in:
parent
13136a575d
commit
26fc7c4256
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue