summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2003-03-10 14:00:55 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-11 05:33:10 +0000
commita6d0563455796929d2aae5a18fb57e80a20f87bd (patch)
treea5da3d0d721e0306e0e455a5f9ae12a0dcc559c4 /regcomp.c
parent38295cca2bcea18247fdba079ba504a69c9fda94 (diff)
downloadperl-a6d0563455796929d2aae5a18fb57e80a20f87bd.tar.gz
typos and other minor things
From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> p4raw-id: //depot/perl@18904
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 2bdf0c63c6..2cd31ea173 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -4714,7 +4714,7 @@ Perl_regprop(pTHX_ SV *sv, regnode *o)
else if (k == ANYOF) {
int i, rangestart = -1;
U8 flags = ANYOF_FLAGS(o);
- const char * const anyofs[] = { /* Should be syncronized with
+ const char * const anyofs[] = { /* Should be synchronized with
* ANYOF_ #xdefines in regcomp.h */
"\\w",
"\\W",