diff -r dbaf21739390 -r 7bf489cf624e lemon/concepts/graph.h --- a/lemon/concepts/graph.h Fri Mar 15 17:19:17 2013 +0100 +++ b/lemon/concepts/graph.h Sat Mar 16 13:14:35 2013 +0100 @@ -757,13 +757,13 @@ /// \brief The base node of the iterator. /// - /// Returns the base node of the given incomming arc iterator + /// Returns the base node of the given incoming arc iterator /// (i.e. the target node of the corresponding arc). Node baseNode(InArcIt) const { return INVALID; } /// \brief The running node of the iterator. /// - /// Returns the running node of the given incomming arc iterator + /// Returns the running node of the given incoming arc iterator /// (i.e. the source node of the corresponding arc). Node runningNode(InArcIt) const { return INVALID; }