diff -r 06f939455cb1 -r fffa6456548a lemon/graph_utils.h --- a/lemon/graph_utils.h Mon Oct 17 10:28:48 2005 +0000 +++ b/lemon/graph_utils.h Mon Oct 17 10:30:59 2005 +0000 @@ -1326,7 +1326,7 @@ /// whenever the graph changes. /// /// \warning Besides addNode() and addEdge(), a graph structure may provide - /// alternative ways to mogify the graph. The correct behavior of InDegMap + /// alternative ways to modify the graph. The correct behavior of InDegMap /// is not guarantied if these additional featureas are used. For example /// the funstions \ref ListGraph::changeSource() "changeSource()", /// \ref ListGraph::changeTarget() "changeTarget()" and @@ -1432,7 +1432,7 @@ /// whenever the graph changes. /// /// \warning Besides addNode() and addEdge(), a graph structure may provide - /// alternative ways to mogify the graph. The correct behavior of OutDegMap + /// alternative ways to modify the graph. The correct behavior of OutDegMap /// is not guarantied if these additional featureas are used. For example /// the funstions \ref ListGraph::changeSource() "changeSource()", /// \ref ListGraph::changeTarget() "changeTarget()" and