Index: doc/example-scripts/bagel.tcl =================================================================== diff -u -N -rae081c0f1926da915e0584d8561abaa8a2a022a4 -r7f7d32cd3fa1a0c9e2102eb5c504004c52d4d15b --- doc/example-scripts/bagel.tcl (.../bagel.tcl) (revision ae081c0f1926da915e0584d8561abaa8a2a022a4) +++ doc/example-scripts/bagel.tcl (.../bagel.tcl) (revision 7f7d32cd3fa1a0c9e2102eb5c504004c52d4d15b) @@ -168,7 +168,7 @@ # For multiple inheritance, the system determines a linear inheritance # ordering that respects all of the local superclass orderings. You # can examine this ordering with an info option. This ordering -# determines the the method resolition, when e.g. "next" is called. +# determines the method resolution, when e.g. "next" is called. ? {SesameOnionBagel info heritage} {::Sesame ::Onion ::SpreadableBagel ::Bagel ::nx::Object}