summaryrefslogtreecommitdiff
path: root/src/regexp_nfa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp_nfa.c')
-rw-r--r--src/regexp_nfa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c
index c490acb71..4e111f169 100644
--- a/src/regexp_nfa.c
+++ b/src/regexp_nfa.c
@@ -1853,7 +1853,7 @@ collection:
endc = startc;
startc = oldstartc;
if (startc > endc)
- EMSG_RET_FAIL(_(e_invrange));
+ EMSG_RET_FAIL(_(e_reverse_range));
if (endc > startc + 2)
{