Index: generic/nsf.c =================================================================== diff -u -r6af35a888e33da976e283271bb68060f34d91a9a -r09b4bca7c8d5c44f6be0b2c04ebfcdb7a58fd5ae --- generic/nsf.c (.../nsf.c) (revision 6af35a888e33da976e283271bb68060f34d91a9a) +++ generic/nsf.c (.../nsf.c) (revision 09b4bca7c8d5c44f6be0b2c04ebfcdb7a58fd5ae) @@ -17101,7 +17101,7 @@ if (likely(result == TCL_OK)) { /* - * The shadowed proc was created successfuly. Retrieve the defined proc + * The shadowed proc was created successfully. Retrieve the defined proc * and set its namespace to the namespace of the stub cmd. */ Tcl_Command procCmd = Tcl_GetCommandFromObj(interp, procNameObj);