summaryrefslogtreecommitdiffstats
path: root/generic/tclOODefineCmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclOODefineCmds.c')
-rw-r--r--generic/tclOODefineCmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclOODefineCmds.c b/generic/tclOODefineCmds.c
index 5a6c0ad..00c89f5 100644
--- a/generic/tclOODefineCmds.c
+++ b/generic/tclOODefineCmds.c
@@ -1186,7 +1186,7 @@ TclOODefineClassObjCmd(
return TCL_ERROR;
}
clsPtr = GetClassInOuterContext(interp, objv[1],
- "the class of an object must be a class");
+ "the class of an object should be a class");
if (clsPtr == NULL) {
return TCL_ERROR;
}