summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-08 02:13:37 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-08 02:13:37 +0000
commitbe191856ca42f1b9bf4e80d51541fa2364ea39b7 (patch)
treee7e1d55490bf1177fad6b890e0f3ac704d243b22 /DOCS/tech
parent2b99c9699e2ffaa8bf1569223460684b5e4960c1 (diff)
downloadmpv-be191856ca42f1b9bf4e80d51541fa2364ea39b7.tar.bz2
mpv-be191856ca42f1b9bf4e80d51541fa2364ea39b7.tar.xz
spelling fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11048 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/playtree6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/tech/playtree b/DOCS/tech/playtree
index ad0a683ae6..034ccd3b67 100644
--- a/DOCS/tech/playtree
+++ b/DOCS/tech/playtree
@@ -30,7 +30,7 @@ type of this entry (Node, file, dvd, vcd ot tv).
An entry can hold more than one file, why ?
-Because an entry can be a network stream and usally you have more than
+Because an entry can be a network stream and usually you have more than
one server. But all send the same thing, so it's only on entry with sevral
sources.
@@ -98,8 +98,8 @@ to the arguments.
Then when your iter returned PLAY_TREE_ITER_ENTRY you can use
play_tree_iter_get_file to get the file. If you call it more than one time
it will return the next file for this entry or loop trough the list if no more
-file are avaible. You can now how many files are avaible using iter->num_files
-and wich one it returned using iter->file.
+file are available. You can now how many files are available using
+iter->num_files and wich one it returned using iter->file.
In case the entry is a DVD, VCD or TV channel the returned string is not a filename
but "DVD title x", "VCD track x" or "TV channel x".
To distinc those case from a normal file you can check iter->tree->entry_type.