Index: tests/destroy.test =================================================================== diff -u -r2a955681817e4db4776d7ae904babe8053c5ad74 -r8024df76962dab57646dc206e07a7ae66e7990ad --- tests/destroy.test (.../destroy.test) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) +++ tests/destroy.test (.../destroy.test) (revision 8024df76962dab57646dc206e07a7ae66e7990ad) @@ -240,7 +240,7 @@ ? {::nsf::object::exists test::c1} 0 "object still exists after proc" ? "set ::firstDestroy" 1 "firstDestroy called" -? "set ::ObjectDestroy" 1 "destroy was called when poping stack frame" +? "set ::ObjectDestroy" 1 "destroy was called when popping stack frame" ? {::nsf::object::exists ::test::C} 0 "class still exists after proc" ? {namespace exists ::test::C} 0 "namespace ::test::C still exists after proc" ? {namespace exists ::test} 1 "parent ::test namespace still exists after proc" @@ -657,7 +657,7 @@ test::c1 foo ? {::nsf::object::exists test::c1} 0 "object still exists after proc" ? "set ::firstDestroy" 1 "firstDestroy called" -? "set ::ObjectDestroy" 1 "destroy was called when poping stack frame" +? "set ::ObjectDestroy" 1 "destroy was called when popping stack frame" ? {::nsf::object::exists ::test::C} 0 "class still exists after proc" ? {namespace exists ::test::C} 0 "namespace ::test::C still exists after proc" ? {namespace exists ::test} 1 "parent ::test namespace still exists after proc"