projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
02eb7b4
)
Message nit.
Jarkko Hietaniemi [Sun, 26 Nov 2000 20:10:12 +0000 (20:10 +0000)]
p4raw-id: //depot/perl@7870
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
c906790
..
989ca24
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-3895,7
+3895,7
@@
S_regclassutf8(pTHX_ RExC_state_t *pRExC_state)
}
if (range) {
if (lastvalue > value) { /* b-a */
- Simple_vFAIL4("invalid [] range \"%*.*s\"",
+ Simple_vFAIL4("Invalid [] range \"%*.*s\"",
RExC_parse - rangebegin,
RExC_parse - rangebegin,
rangebegin);