Index: tests/tcloo.test =================================================================== diff -u -rf934951db464db1a6f39ac98290ecde17a466cd7 -r357028ca6e4ffd7ec4ed240e75c9c001f9c4a8cc --- tests/tcloo.test (.../tcloo.test) (revision f934951db464db1a6f39ac98290ecde17a466cd7) +++ tests/tcloo.test (.../tcloo.test) (revision 357028ca6e4ffd7ec4ed240e75c9c001f9c4a8cc) @@ -11,7 +11,7 @@ # 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 -# linearisation path (or of derived, intermediary classes in an +# linearization path (or of derived, intermediary classes in an # inheritance hierarchy). This export|unexport can be realised by # assembling some NSF building blocks: method call protection, # selective next forwarding, ... @@ -35,7 +35,7 @@ # unimplemented methods are treated as unknowns. # # Below is a prototype implementation of the export|unexport feature -# for NSF/Nx. The realisation is complete as testable through the +# for NSF/Nx. The realization is complete as testable through the # respective TclOO test cases in oo.test, test cases 4.1-4.6. The # export|unexport stub methods are fully reported by NSF/Nx method # introspection, as they are in TclOO.