summaryrefslogtreecommitdiffstats
path: root/tools/regexpTestLib.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regexpTestLib.tcl')
-rw-r--r--tools/regexpTestLib.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regexpTestLib.tcl b/tools/regexpTestLib.tcl
index 71dc909..3c125d8 100644
--- a/tools/regexpTestLib.tcl
+++ b/tools/regexpTestLib.tcl
@@ -56,7 +56,7 @@ proc removeAts {ls} {
proc convertErrCode {code} {
- set errMsg "couldn't compile regular expression pattern:"
+ set errMsg "cannot compile regular expression pattern:"
if {[string compare $code "INVARG"] == 0} {
return "$errMsg invalid argument to regex routine"