Index: tests/info-method.test =================================================================== diff -u -N -r8e2e356e9bcef39f43dfe3690b82d9586c7adc72 -r8024df76962dab57646dc206e07a7ae66e7990ad --- tests/info-method.test (.../info-method.test) (revision 8e2e356e9bcef39f43dfe3690b82d9586c7adc72) +++ tests/info-method.test (.../info-method.test) (revision 8024df76962dab57646dc206e07a7ae66e7990ad) @@ -173,10 +173,10 @@ } # -# Test visability of obj-objects +# Test visibility of obj-objects # -nx::test case visability-sub-objects { +nx::test case visibility-sub-objects { ::nx::Object create o { ::nx::Object create [::nx::self]::sub { :object method foo {} {;} @@ -193,9 +193,9 @@ } # -# Test visability of aliased Objects +# Test visibility of aliased Objects # -nx::test case visability-aliased-object { +nx::test case visibility-aliased-object { ::nx::Object create ::I ::nx::Class create C { :public alias i ::I @@ -1193,7 +1193,7 @@ # # Testing "... info method origin ..." (in contrast to "... info method -# handle ..."). "origin" always points to the definintion handle, +# handle ..."). "origin" always points to the definition handle, # "handle" alone is the registration handle. #