summaryrefslogtreecommitdiffstats
path: root/generic/tkFrame.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkFrame.c')
-rw-r--r--generic/tkFrame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkFrame.c b/generic/tkFrame.c
index d49292b..1a1738a 100644
--- a/generic/tkFrame.c
+++ b/generic/tkFrame.c
@@ -792,7 +792,7 @@ FrameWidgetObjCmd(
}
#endif
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
- "can't modify %s option after widget is created",
+ "cannot modify %s option after widget is created",
arg));
Tcl_SetErrorCode(interp, "TK", "FRAME", "CREATE_ONLY",
NULL);
@@ -1065,7 +1065,7 @@ ConfigureFrame(
badLabelWindow:
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
- "can't use %s as label in this frame",
+ "cannot use %s as label in this frame",
Tk_PathName(labelframePtr->labelWin)));
Tcl_SetErrorCode(interp, "TK", "GEOMETRY", "HIERARCHY", NULL);
labelframePtr->labelWin = NULL;