summaryrefslogtreecommitdiff
path: root/src/pcre2_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcre2_error.c')
-rw-r--r--src/pcre2_error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcre2_error.c b/src/pcre2_error.c
index a90662b..ea651c8 100644
--- a/src/pcre2_error.c
+++ b/src/pcre2_error.c
@@ -251,7 +251,7 @@ static const char match_error_texts[] =
"bad substitution in replacement string\0"
/* 60 */
"match with end before start is not supported\0"
- "too many replacements (more than INT_MAX)\0"
+ "too many replacements (more than INT_MAX)\0"
;