diff playtree.h @ 22289:780caed72ac7

cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
author diego
date Thu, 22 Feb 2007 00:18:10 +0000
parents b3be7df634b0
children 3f0d00abc073
line wrap: on
line diff
--- a/playtree.h	Wed Feb 21 21:59:33 2007 +0000
+++ b/playtree.h	Thu Feb 22 00:18:10 2007 +0000
@@ -205,7 +205,7 @@
 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 @@
 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);