summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorBryan Stenson <bryan@siliconvortex.com>2019-12-19 13:15:33 -0800
committerJames E Keenan <jkeenan@cpan.org>2019-12-19 17:02:30 -0500
commit4357af6ce6bbf62e83c554355bd8063b6fd0880a (patch)
tree66793161f0ba0c8c1bb4582cc677d082329abe71 /Porting
parent84d8fb58665c60eb8e5f0b845466b898b8fa21f8 (diff)
downloadperl-4357af6ce6bbf62e83c554355bd8063b6fd0880a.tar.gz
fixing usally and patern
Typos in documentation and inline comments. Pursuant to discussion on openbsd-tech list: https://marc.info/?t=157678644800005&r=1&w=2 https://marc.info/?t=157678570300002&r=1&w=2 For: https://github.com/Perl/perl5/issues/17379 https://github.com/Perl/perl5/pull/17380 Committer: Bryan Stenson is now a Perl author. Regenerate uconfig.sh via: perl regen/uconfig_h.pl
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary6
-rw-r--r--Porting/config_H2
2 files changed, 4 insertions, 4 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 16acb5e26f..cd7f71b34d 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2097,7 +2097,7 @@ d_random_r (d_random_r.U):
d_re_comp (d_regcmp.U):
This variable conditionally defines the HAS_RECOMP symbol, which
indicates to the C program that the re_comp() routine is available
- for regular patern matching (usally on BSD). If so, it is likely that
+ for regular pattern matching (usually on BSD). If so, it is likely that
re_exec() exists.
d_readdir (d_readdir.U):
@@ -2130,12 +2130,12 @@ d_recvmsg (d_recvmsg.U):
d_regcmp (d_regcmp.U):
This variable conditionally defines the HAS_REGCMP symbol, which
indicates to the C program that the regcmp() routine is available
- for regular patern matching (usally on System V).
+ for regular pattern matching (usually on System V).
d_regcomp (d_regcmp.U):
This variable conditionally defines the HAS_REGCOMP symbol, which
indicates to the C program that the regcomp() routine is available
- for regular patern matching (usally on POSIX.2 conforming systems).
+ for regular pattern matching (usually on POSIX.2 conforming systems).
d_remainder (d_remainder.U):
This variable conditionally defines the HAS_REMAINDER symbol, which
diff --git a/Porting/config_H b/Porting/config_H
index 769a7bc27b..e4bb350771 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -350,7 +350,7 @@
/* HAS_REGCOMP:
* This symbol, if defined, indicates that the regcomp() routine is
- * available to do some regular patern matching (usually on POSIX.2
+ * available to do some regular pattern matching (usually on POSIX.2
* conforming systems).
*/
#define HAS_REGCOMP /* POSIX.2 */