Index: xotcl/generic/xotcl.c =================================================================== diff -u -r836f3964b3b9bff2d75f7f0b5dbc7939164ba24e -r8378485a74867cfbd1bbc4d6d0fd1b2919f205c3 --- xotcl/generic/xotcl.c (.../xotcl.c) (revision 836f3964b3b9bff2d75f7f0b5dbc7939164ba24e) +++ xotcl/generic/xotcl.c (.../xotcl.c) (revision 8378485a74867cfbd1bbc4d6d0fd1b2919f205c3) @@ -1,4 +1,4 @@ -/* $Id: xotcl.c,v 1.35 2005/01/07 02:40:59 neumann Exp $ +/* $Id: xotcl.c,v 1.36 2005/01/14 23:45:22 neumann Exp $ * * XOTcl - Extended OTcl * @@ -10049,7 +10049,7 @@ return TCL_OK; } else if (objc != 3) { return XOTclObjErrArgCnt(in, NULL, - "::xotcl::nonpositionalArgs boolean name ?value?"); + "::xotcl::nonposArgs boolean name ?value?"); } boolean = Tcl_DuplicateObj(objv[2]); @@ -10072,7 +10072,7 @@ Tcl_Obj *CONST objv[]) { if (objc != 2 && objc != 3) return XOTclObjErrArgCnt(in, NULL, - "::xotcl::nonpositionalArgs required ?currentValue?"); + "::xotcl::nonposArgs required ?currentValue?"); if (objc != 3) return XOTclVarErrMsg(in,