summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-28 14:28:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-28 14:28:38 +0000
commit22fc24fe567029303c32799b5c7590e6dbb75fd8 (patch)
tree6ff62d49b378d63434cc510deb64f1dc078c576e /DOCS
parentf5a10ea82fc3f4e562fde383dd6b42df14e3d4e8 (diff)
downloadmpv-22fc24fe567029303c32799b5c7590e6dbb75fd8.tar.bz2
mpv-22fc24fe567029303c32799b5c7590e6dbb75fd8.tar.xz
cosmetics: misc typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23893 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/playtree2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/playtree b/DOCS/tech/playtree
index 0e9a7d3184..d2919ea2b3 100644
--- a/DOCS/tech/playtree
+++ b/DOCS/tech/playtree
@@ -51,7 +51,7 @@ no need that it's the first one. The same apply when you set the child of a node
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.