summaryrefslogtreecommitdiffstats
path: root/playtree.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-22 00:18:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-22 00:18:10 +0000
commit8ed3ba4995bd4d0e640ceec3f4524060d483be80 (patch)
treef6a086ffee6262b0462fe274453503b38151ff8c /playtree.h
parent3c0c8686fdff3b33487154bb31c8726961a112d8 (diff)
downloadmpv-8ed3ba4995bd4d0e640ceec3f4524060d483be80.tar.bz2
mpv-8ed3ba4995bd4d0e640ceec3f4524060d483be80.tar.xz
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22307 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'playtree.h')
-rw-r--r--playtree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/playtree.h b/playtree.h
index 9a3246ef55..9876bb64a0 100644
--- a/playtree.h
+++ b/playtree.h
@@ -205,7 +205,7 @@ play_tree_iter_free(play_tree_iter_t* iter);
int
play_tree_iter_step(play_tree_iter_t* iter, int d,int with_nodes);
-/// Step up, usefull to break a loop, etc.
+/// Step up, useful to break a loop, etc.
/** \param iter The iterator.
* \param d The direction: d > 0 == next , d < 0 == prev
* \param with_node TRUE == stop on nodes with childs, FALSE == go directly to the next child
@@ -214,7 +214,7 @@ play_tree_iter_step(play_tree_iter_t* iter, int d,int with_nodes);
int
play_tree_iter_up_step(play_tree_iter_t* iter, int d,int with_nodes);
-/// Enter a node child list, only usefull when stopping on nodes.
+/// Enter a node child list, only useful when stopping on nodes.
int
play_tree_iter_down_step(play_tree_iter_t* iter, int d,int with_nodes);