diff options
author | Karl Williamson <khw@cpan.org> | 2018-04-25 16:51:22 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-06-25 07:33:28 -0600 |
commit | 884a31ee470431b532c4a5ce443f59867ca0d873 (patch) | |
tree | 706d238cd0986bdfd962126c0591c79e701b7ca3 /utf8.c | |
parent | e498c2357c8597abc34d35e971b89b066df52587 (diff) | |
download | perl-884a31ee470431b532c4a5ce443f59867ca0d873.tar.gz |
utf8.c: Fix typo in comment
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ Most code should use C<L</uvchr_to_utf8_flags>()> rather than call this directly This function is for code that wants any warning and/or error messages to be returned to the caller rather than be displayed. All messages that would have -been displayed if all lexcial warnings are enabled will be returned. +been displayed if all lexical warnings are enabled will be returned. It is just like C<L</uvchr_to_utf8_flags>> but it takes an extra parameter placed after all the others, C<msgs>. If this parameter is 0, this function |