summaryrefslogtreecommitdiffstats
path: root/generic/tclRegexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclRegexp.c')
-rw-r--r--generic/tclRegexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclRegexp.c b/generic/tclRegexp.c
index caf6461..b1467cc 100644
--- a/generic/tclRegexp.c
+++ b/generic/tclRegexp.c
@@ -946,7 +946,7 @@ CompileRegexp(
Tcl_Free(regexpPtr);
if (interp) {
TclRegError(interp,
- "couldn't compile regular expression pattern: ", status);
+ "cannot compile regular expression pattern: ", status);
}
return NULL;
}