diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-26 16:57:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-26 16:57:34 +0000 |
commit | 95b611b0bba585b54c6e7623440a11b1268968e2 (patch) | |
tree | 7c46f5f18ff1bc0b482bfd6d2bd53d6c0bdbb2cb /regcomp.h | |
parent | fbf638cb2f3422c34f7602c75927b8364ccf21ee (diff) | |
download | perl-95b611b0bba585b54c6e7623440a11b1268968e2.tar.gz |
API spelling patch, by Jerry D. Hedden
p4raw-id: //depot/perl@31983
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) \ ) |