lemon/karp_mmc.h
changeset 1049 7bf489cf624e
parent 1002 f63ba40a60f4
child 1053 1c978b5bcc65
     1.1 --- a/lemon/karp_mmc.h	Fri Mar 15 17:19:17 2013 +0100
     1.2 +++ b/lemon/karp_mmc.h	Sat Mar 16 13:14:35 2013 +0100
     1.3 @@ -270,8 +270,8 @@
     1.4      /// found cycle.
     1.5      ///
     1.6      /// If you don't call this function before calling \ref run() or
     1.7 -    /// \ref findCycleMean(), it will allocate a local \ref Path "path"
     1.8 -    /// structure. The destuctor deallocates this automatically
     1.9 +    /// \ref findCycleMean(), a local \ref Path "path" structure
    1.10 +    /// will be allocated. The destuctor deallocates this automatically
    1.11      /// allocated object, of course.
    1.12      ///
    1.13      /// \note The algorithm calls only the \ref lemon::Path::addFront()