lemon/graph_utils.h
changeset 1730 fffa6456548a
parent 1729 06f939455cb1
child 1756 b1f441f24d08
     1.1 --- a/lemon/graph_utils.h	Mon Oct 17 10:28:48 2005 +0000
     1.2 +++ b/lemon/graph_utils.h	Mon Oct 17 10:30:59 2005 +0000
     1.3 @@ -1326,7 +1326,7 @@
     1.4    /// whenever the graph changes.
     1.5    ///
     1.6    /// \warning Besides addNode() and addEdge(), a graph structure may provide
     1.7 -  /// alternative ways to mogify the graph. The correct behavior of InDegMap
     1.8 +  /// alternative ways to modify the graph. The correct behavior of InDegMap
     1.9    /// is not guarantied if these additional featureas are used. For example
    1.10    /// the funstions \ref ListGraph::changeSource() "changeSource()",
    1.11    /// \ref ListGraph::changeTarget() "changeTarget()" and
    1.12 @@ -1432,7 +1432,7 @@
    1.13    /// whenever the graph changes.
    1.14    ///
    1.15    /// \warning Besides addNode() and addEdge(), a graph structure may provide
    1.16 -  /// alternative ways to mogify the graph. The correct behavior of OutDegMap
    1.17 +  /// alternative ways to modify the graph. The correct behavior of OutDegMap
    1.18    /// is not guarantied if these additional featureas are used. For example
    1.19    /// the funstions \ref ListGraph::changeSource() "changeSource()",
    1.20    /// \ref ListGraph::changeTarget() "changeTarget()" and