Index: tests/contains.test =================================================================== diff -u -N -r2a955681817e4db4776d7ae904babe8053c5ad74 -r9e281d5110f397a9e9b8317325d0675f1793246d --- tests/contains.test (.../contains.test) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) +++ tests/contains.test (.../contains.test) (revision 9e281d5110f397a9e9b8317325d0675f1793246d) @@ -156,7 +156,7 @@ # Test that we do not allow one to mix object systems within the intrinsic # classes of an object. Otherwise we would have problems with the # recreate "C0 create c0". On a recreate of c0 the object system for -# C0 is ::xotcl, therefore we try to call recreate. In the C0 class +# C0 is ::xotcl, therefore, we try to call recreate. In the C0 class # hierarchy is from nx and contains no "recreate" method. ? {catch {::xotcl::Class create C0 -superclass ::nx::Object} errorMsg} 1