# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1255679418 -7200
# Node ID f964a00b9068a8091c0656195e4c011483c0c9a4
# Parent  8452ca46e29ab31bee61562cdc6f48f92b627513
Small fix in the doc (#179)

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<Digraph> Path;
   };
 
diff -r 8452ca46e29a -r f964a00b9068 lemon/karp.h
--- a/lemon/karp.h	Thu Oct 15 12:55:41 2009 +0200
+++ b/lemon/karp.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<Digraph> Path;
   };