diff options
Diffstat (limited to 'generic/tclRegexp.c')
| -rw-r--r-- | generic/tclRegexp.c | 2 |
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; } |
