diff -r 8452ca46e29a -r f964a00b9068 lemon/hartmann_orlin.h --- a/lemon/hartmann_orlin.h Thu Oct 15 12:55:41 2009 +0200 +++ b/lemon/hartmann_orlin.h Fri Oct 16 09:50:18 2009 +0200 @@ -69,7 +69,7 @@ /// /// The path type of the found cycles. /// It must conform to the \ref lemon::concepts::Path "Path" concept - /// and it must have an \c addBack() function. + /// and it must have an \c addFront() function. typedef lemon::Path Path; };