summaryrefslogtreecommitdiff
path: root/win32
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 /win32
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 'win32')
-rw-r--r--win32/config_H.gc2
-rw-r--r--win32/config_H.vc2
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 115c88cde1..f24b5d3d7a 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -340,7 +340,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 */
diff --git a/win32/config_H.vc b/win32/config_H.vc
index 05c8093615..a0168b8aef 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -340,7 +340,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 */