diff -r 4a45c8808b33 -r 0977046c60d2 lemon/min_cost_arborescence.h --- a/lemon/min_cost_arborescence.h Sat Sep 26 07:16:22 2009 +0200 +++ b/lemon/min_cost_arborescence.h Sat Sep 26 07:21:54 2009 +0200 @@ -488,8 +488,8 @@ /// \name Execution Control /// The simplest way to execute the algorithm is to use /// one of the member functions called \c run(...). \n - /// If you need more control on the execution, - /// first you must call \ref init(), then you can add several + /// If you need better control on the execution, + /// you have to call \ref init() first, then you can add several /// source nodes with \ref addSource(). /// Finally \ref start() will perform the arborescence /// computation.