Index: doc/example-scripts/rosetta-tree.html =================================================================== diff -u -rc4f449cb353be812ba6502ef8e9587e87881f59b -r2a955681817e4db4776d7ae904babe8053c5ad74 --- doc/example-scripts/rosetta-tree.html (.../rosetta-tree.html) (revision c4f449cb353be812ba6502ef8e9587e87881f59b) +++ doc/example-scripts/rosetta-tree.html (.../rosetta-tree.html) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) @@ -814,7 +814,7 @@ } }
This is a factory method to build up the object tree recursively
-from a nested Tcl list. Note that we create left and right childs by
+from a nested Tcl list. Note that we create left and right children by
nesting them in their parent, this provides for a cascading cleanup
of an entire tree (there is no need for an explicit cascading of
destroy
methods down the composite).