diff DOCS/tech/playtree @ 23873:49a433e2e78f

cosmetics: misc typo fixes
author diego
date Sat, 28 Jul 2007 14:28:38 +0000
parents f3d7a1b58a82
children 52f6429a9ba7
line wrap: on
line diff
--- a/DOCS/tech/playtree	Sat Jul 28 14:27:55 2007 +0000
+++ b/DOCS/tech/playtree	Sat Jul 28 14:28:38 2007 +0000
@@ -51,7 +51,7 @@
 the child argument can be any entry in a list.
 To remove an entry from the tree use play_tree_remove. If the second arg (free_it)
 is true it will also free it, if the entry should be freed and the third
-arg is true it will also free the childs.
+arg is true it will also free the children.
 
 When your tree is ready you can then use play_tree_cleanup to remove all unuseful
 entries.