Index: generic/nsf.c =================================================================== diff -u -ra8fbf793da47dadb3800469704b57d01c6037e0d -r8f15a5f377b42426e7d1cedea575ae356d9368da --- generic/nsf.c (.../nsf.c) (revision a8fbf793da47dadb3800469704b57d01c6037e0d) +++ generic/nsf.c (.../nsf.c) (revision 8f15a5f377b42426e7d1cedea575ae356d9368da) @@ -7365,7 +7365,7 @@ */ } /* if we find a % in the autoname -> We use Tcl_FormatObjCmd - to let the autoname string be formated, like Tcl "format" + to let the autoname string be formatted, like Tcl "format" command, with the value. E.g.: autoname a%06d --> a000000, a000001, a000002, ... */