Index: generic/nsf.c =================================================================== diff -u -rb44ba341aa4dc2d759201f6413dc2ef36eba555d -r3e1001fff2cd8e0f82fec692a88c397b72e2bead --- generic/nsf.c (.../nsf.c) (revision b44ba341aa4dc2d759201f6413dc2ef36eba555d) +++ generic/nsf.c (.../nsf.c) (revision 3e1001fff2cd8e0f82fec692a88c397b72e2bead) @@ -12858,7 +12858,7 @@ /*---------------------------------------------------------------------- * ParamDefsSetReturns -- * - * Set the "returns" value in a NsfProcContext. If the member is already + * Set the "returns" value in an NsfProcContext. If the member is already * in use, release the old value first. * * Results: @@ -15734,7 +15734,7 @@ && ccCtxPtr->cmd != NULL && CmdIsProc(ccCtxPtr->cmd)) { - /* fprintf(stderr, "cached scipted call %s (object %s class %s) cmd %p (proc %p) cmdName %s \n", + /* fprintf(stderr, "cached scripted call %s (object %s class %s) cmd %p (proc %p) cmdName %s \n", methodName, ObjectName(object), ClassName(object->cl), ccCtxPtr->cmd, Tcl_Command_objClientData(ccCtxPtr->cmd), Tcl_GetCommandName(interp, ccCtxPtr->cmd));*/ Proc *procPtr = Tcl_Command_objClientData(ccCtxPtr->cmd);