# HG changeset patch # User Balazs Dezso # Date 1228730799 -3600 # Node ID cace3206223b3ca3bb5b0c3731e8c7c2cf718f98 # Parent 62c1ed05e83f8ae5835fef413cf897c6c75b777c Fix typos (ticket #192) diff -r 62c1ed05e83f -r cace3206223b lemon/connectivity.h --- a/lemon/connectivity.h Fri Dec 05 13:10:16 2008 +0000 +++ b/lemon/connectivity.h Mon Dec 08 11:06:39 2008 +0100 @@ -295,7 +295,7 @@ /// the same class if they are connected with directed paths in both /// direction. /// - /// \param graph The graph. + /// \param digraph The graph. /// \return The number of components /// \note By definition, the empty graph has zero /// strongly connected components. @@ -1225,7 +1225,7 @@ /// Sort the nodes of a DAG into topolgical order. It also checks /// that the given graph is DAG. /// - /// \param graph The graph. It must be directed and acyclic. + /// \param digraph The graph. It must be directed and acyclic. /// \retval order A readable - writable node map. The values will be set /// from 0 to the number of the nodes in the graph minus one. Each values /// of the map will be set exactly once, the values will be set descending diff -r 62c1ed05e83f -r cace3206223b lemon/max_matching.h --- a/lemon/max_matching.h Fri Dec 05 13:10:16 2008 +0000 +++ b/lemon/max_matching.h Mon Dec 08 11:06:39 2008 +0100 @@ -416,7 +416,7 @@ /// If you need better control on the execution, you must call /// \ref init(), \ref greedyInit() or \ref matchingInit() /// functions first, then you can start the algorithm with the \ref - /// startParse() or startDense() functions. + /// startSparse() or startDense() functions. ///@{ diff -r 62c1ed05e83f -r cace3206223b lemon/suurballe.h --- a/lemon/suurballe.h Fri Dec 05 13:10:16 2008 +0000 +++ b/lemon/suurballe.h Mon Dec 08 11:06:39 2008 +0100 @@ -51,7 +51,7 @@ /// \warning Length values should be \e non-negative \e integers. /// /// \note For finding node-disjoint paths this algorithm can be used - /// with \ref SplitDigraphAdaptor. + /// with \ref SplitNodes. #ifdef DOXYGEN template #else