Index: tests/tcloo.test =================================================================== diff -u -r8e2e356e9bcef39f43dfe3690b82d9586c7adc72 -r3c7374ae99f75bf87d5bb61ff070aba5d6f608bf --- tests/tcloo.test (.../tcloo.test) (revision 8e2e356e9bcef39f43dfe3690b82d9586c7adc72) +++ tests/tcloo.test (.../tcloo.test) (revision 3c7374ae99f75bf87d5bb61ff070aba5d6f608bf) @@ -10,7 +10,7 @@ # # TclOO provides a bulk declarator to export (i.e., make # visibile and accessible) and to unexport (i.e., make invisible and -# inaccesible) method features of an object, a class, or a class +# inaccessible) method features of an object, a class, or a class # hierarchy. Note that export and unexport go beyond applying mere # visibility/accessibility modifiers; it is also about extending or # reducing the public method interface of an object along the