summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDyld.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tclLoadDyld.c')
-rw-r--r--unix/tclLoadDyld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclLoadDyld.c b/unix/tclLoadDyld.c
index 43cb806..c42617c 100644
--- a/unix/tclLoadDyld.c
+++ b/unix/tclLoadDyld.c
@@ -118,7 +118,7 @@ DyldOFIErrorMsg(
case NSObjectFileImageFormat:
return "bad object file format";
case NSObjectFileImageAccess:
- return "can't read object file";
+ return "cannot read object file";
default:
return "unknown error";
}