Index: win/winMain.c =================================================================== diff -u -r0e8b567e2a1808c514f6340430920ad4d59953bc -r8eddf67371ec031084a6ef98fdec21e38dff85ff --- win/winMain.c (.../winMain.c) (revision 0e8b567e2a1808c514f6340430920ad4d59953bc) +++ win/winMain.c (.../winMain.c) (revision 8eddf67371ec031084a6ef98fdec21e38dff85ff) @@ -175,11 +175,11 @@ } /* - * This is xotclsh, so import all xotcl commands by + * This is nsfsh, so import all nsf commands by * default into the global namespace. */ if (Tcl_Import(interp, Tcl_GetGlobalNamespace(interp), - "::xotcl::*", /* allowOverwrite */ 1) != TCL_OK) { + "::nsf::*", /* allowOverwrite */ 1) != TCL_OK) { return TCL_ERROR; }