Index: tests/alias.test =================================================================== diff -u -rdf76a8d9ffa43e250f5cf6b82e229fa51dac3026 -r2a955681817e4db4776d7ae904babe8053c5ad74 --- tests/alias.test (.../alias.test) (revision df76a8d9ffa43e250f5cf6b82e229fa51dac3026) +++ tests/alias.test (.../alias.test) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) @@ -328,7 +328,7 @@ # # Tests for the ::nsf::method::alias store, used for introspection for # aliases. The alias store (an associative variable) is mostly -# necessary for for the direct aliases (e.g. aliases to C implemented +# necessary for the direct aliases (e.g. aliases to C implemented # tcl commands), for which we have no stubs at the place where the # alias was registered. # @@ -839,7 +839,7 @@ ? {ns2::o foo} :: "alias to a global Tcl proc" ? {ns2::o bar} ::ns1 "alias to a namespaced Tcl proc" ? {ns2::o baz} ::ns2 "a method defined locally in ns2::o" - ? {ns2::o FOO} ::ns3 "alias to to method defined in ::ns3" + ? {ns2::o FOO} ::ns3 "alias to method defined in ::ns3" } #