summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-26 16:57:34 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-26 16:57:34 +0000
commit95b611b0bba585b54c6e7623440a11b1268968e2 (patch)
tree7c46f5f18ff1bc0b482bfd6d2bd53d6c0bdbb2cb /regcomp.h
parentfbf638cb2f3422c34f7602c75927b8364ccf21ee (diff)
downloadperl-95b611b0bba585b54c6e7623440a11b1268968e2.tar.gz
API spelling patch, by Jerry D. Hedden
p4raw-id: //depot/perl@31983
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index 8f14a200c1..b10c8d647a 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -796,7 +796,7 @@ re.pm, especially to the documentation.
const char * const rpv = \
pv_pretty((dsv), (pv), (l), (m), \
PL_colors[0], PL_colors[1], \
- ( PERL_PV_PRETTY_QUOTE | PERL_PV_ESCAPE_RE | PERL_PV_PRETTY_ELIPSES | \
+ ( PERL_PV_PRETTY_QUOTE | PERL_PV_ESCAPE_RE | PERL_PV_PRETTY_ELLIPSES | \
((isuni) ? PERL_PV_ESCAPE_UNI : 0)) \
)