This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Backport blead Glossary change fixing typos 64/head
authorNiko Tyni <ntyni@debian.org>
Fri, 15 May 2020 21:33:38 +0000 (00:33 +0300)
committerNiko Tyni <ntyni@debian.org>
Sat, 16 May 2020 16:16:21 +0000 (19:16 +0300)
The Glossary change is part of

 https://github.com/Perl/perl5/commit/4357af6ce6bbf62e83c554355bd8063b6fd0880a

dist/U/d_regcmp.U

index 8a5c66e..e0f77db 100644 (file)
 ?S:d_regcomp:
 ?S:    This variable conditionally defines the HAS_REGCOMP symbol, which
 ?S:    indicates to the C program that the regcomp() routine is available
-?S:    for regular patern matching (usally on POSIX.2 conforming systems).
+?S:    for regular pattern matching (usally on POSIX.2 conforming systems).
 ?S:.
 ?S:d_regcmp:
 ?S:    This variable conditionally defines the HAS_REGCMP symbol, which
 ?S:    indicates to the C program that the regcmp() routine is available
-?S:    for regular patern matching (usally on System V).
+?S:    for regular pattern matching (usally on System V).
 ?S:.
 ?S:d_re_comp:
 ?S:    This variable conditionally defines the HAS_RECOMP symbol, which
 ?S:    indicates to the C program that the re_comp() routine is available
-?S:    for regular patern matching (usally on BSD). If so, it is likely that
+?S:    for regular pattern matching (usally on BSD). If so, it is likely that
 ?S:    re_exec() exists.
 ?S:.
 ?C:HAS_REGCOMP (REGCOMP):
 ?C:    This symbol, if defined, indicates that the regcomp() routine is
-?C:    available to do some regular patern matching (usually on POSIX.2
+?C:    available to do some regular pattern matching (usually on POSIX.2
 ?C:    conforming systems).
 ?C:.
 ?C:HAS_REGCMP (REGCMP):
 ?C:    This symbol, if defined, indicates that the regcmp() routine is
-?C:    available to do some regular patern matching (usually on System V).
+?C:    available to do some regular pattern matching (usually on System V).
 ?C:.
 ?C:HAS_RECOMP (RECOMP):
 ?C:    This symbol, if defined, indicates that the re_comp() routine is
-?C:    available to do some regular patern matching (usually on BSD). If so,
+?C:    available to do some regular pattern matching (usually on BSD). If so,
 ?C:    it is likely that re_exec() be available.
 ?C:.
 ?H:#$d_regcomp HAS_REGCOMP             /* POSIX.2 */