lemon/concepts/bpgraph.h
changeset 1217 7bf489cf624e
parent 1196 4441b066368c
child 1262 dd1443e4a34c
     1.1 --- a/lemon/concepts/bpgraph.h	Fri Mar 15 17:19:17 2013 +0100
     1.2 +++ b/lemon/concepts/bpgraph.h	Sat Mar 16 13:14:35 2013 +0100
     1.3 @@ -997,13 +997,13 @@
     1.4  
     1.5        /// \brief The base node of the iterator.
     1.6        ///
     1.7 -      /// Returns the base node of the given incomming arc iterator
     1.8 +      /// Returns the base node of the given incoming arc iterator
     1.9        /// (i.e. the target node of the corresponding arc).
    1.10        Node baseNode(InArcIt) const { return INVALID; }
    1.11  
    1.12        /// \brief The running node of the iterator.
    1.13        ///
    1.14 -      /// Returns the running node of the given incomming arc iterator
    1.15 +      /// Returns the running node of the given incoming arc iterator
    1.16        /// (i.e. the source node of the corresponding arc).
    1.17        Node runningNode(InArcIt) const { return INVALID; }
    1.18