diff options
author | Samanta Navarro <ferivoz@riseup.net> | 2020-10-03 12:39:08 +0000 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2020-10-03 10:40:40 -0400 |
commit | f1460a6600d0790c237adf97bee973eae35630bf (patch) | |
tree | a43dc647d0280e8df3fc08729e7b48ed7d6a7182 /config_h.SH | |
parent | 0df722d69378fb3b3df5c8d7746122138fcdc5a9 (diff) | |
download | perl-f1460a6600d0790c237adf97bee973eae35630bf.tar.gz |
Fix typos
For: https://github.com/Perl/perl5/pull/18201
Committer: Samanta Navarro is now a Perl author.
To keep 'make test_porting' happy: Increment $VERSION in several files.
Regenerate uconfig.h via './perl -Ilib regen/uconfig_h.pl'.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config_h.SH b/config_h.SH index c8313ecce9..fb3fba2cf5 100755 --- a/config_h.SH +++ b/config_h.SH @@ -255,7 +255,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un /* HAS_MBLEN: * This symbol, if defined, indicates that the mblen routine is available - * to find the number of bytes in a multibye character. + * to find the number of bytes in a multibyte character. */ #$d_mblen HAS_MBLEN /**/ @@ -3021,7 +3021,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un /* HAS_MEMMEM: * This symbol, if defined, indicates that the memmem routine is - * available to return a pointer to the start of the first occurance + * available to return a pointer to the start of the first occurrence * of a substring in a memory area (or NULL if not found). * In glibc, memmem is a GNU extension. The function is visible in * libc, but the prototype is only visible if _GNU_SOURCE is #defined. |