Index: tests/parameters.test =================================================================== diff -u -N -r5bcb005ea31a89167ea237f47dffb0c0166bd2c9 -r308645320ba8b2d4fa4d34b07ab8b6bf6c353738 --- tests/parameters.test (.../parameters.test) (revision 5bcb005ea31a89167ea237f47dffb0c0166bd2c9) +++ tests/parameters.test (.../parameters.test) (revision 308645320ba8b2d4fa4d34b07ab8b6bf6c353738) @@ -1852,7 +1852,7 @@ # Did the object survive the error? Should not. ? {::nsf::is object c2} 0 - # The following should run through without erros + # The following should run through without errors ? {C create c3 -y 1 -x 0} "::c3" ? {set ::_} "passed args ''" ? {c3 cget -x} "0"