Index: tests/nsf-cmd.test =================================================================== diff -u -N -r8e2e356e9bcef39f43dfe3690b82d9586c7adc72 -r9e281d5110f397a9e9b8317325d0675f1793246d --- tests/nsf-cmd.test (.../nsf-cmd.test) (revision 8e2e356e9bcef39f43dfe3690b82d9586c7adc72) +++ tests/nsf-cmd.test (.../nsf-cmd.test) (revision 9e281d5110f397a9e9b8317325d0675f1793246d) @@ -490,13 +490,13 @@ ? {set ::count} 1 # - # now we add the debug flag to foo, therefore "foo" will call + # now we add the debug flag to foo, therefore, "foo" will call # "nsf::log", which might become a infinite recursion loop. # nsf::proc -debug foo {} {return 1} # - # "foo" is has now "-debug" set, therefore it calls the log function + # "foo" is has now "-debug" set, therefore, it calls the log function # set ::count 0 ? {foo} "1"