lemon/dfs.h
changeset 1761 896464fe9fbb
parent 1749 c13f6b4aa40e
child 1763 49045f2d28d4
     1.1 --- a/lemon/dfs.h	Fri Nov 04 12:01:40 2005 +0000
     1.2 +++ b/lemon/dfs.h	Fri Nov 04 13:20:24 2005 +0000
     1.3 @@ -413,7 +413,7 @@
     1.4      ///one of the member functions called \c run(...).
     1.5      ///\n
     1.6      ///If you need more control on the execution,
     1.7 -    ///first you must call \ref init(), then you can add several source nodes
     1.8 +    ///first you must call \ref init(), then you can add a source node
     1.9      ///with \ref addSource().
    1.10      ///Finally \ref start() will perform the actual path
    1.11      ///computation.
    1.12 @@ -1295,7 +1295,7 @@
    1.13      /// one of the member functions called \c run(...).
    1.14      /// \n
    1.15      /// If you need more control on the execution,
    1.16 -    /// first you must call \ref init(), then you can add several source nodes
    1.17 +    /// first you must call \ref init(), then you can adda source node
    1.18      /// with \ref addSource().
    1.19      /// Finally \ref start() will perform the actual path
    1.20      /// computation.