From 8ed3ba4995bd4d0e640ceec3f4524060d483be80 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 22 Feb 2007 00:18:10 +0000 Subject: cosmetics: typo fixes, usefuLL --> useful and aswell --> as well git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22307 b3059339-0415-0410-9bf9-f77b7e298cf2 --- playtree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'playtree.h') 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); -- cgit v1.2.3