diff -r dbaf21739390 -r 7bf489cf624e lemon/list_graph.h --- a/lemon/list_graph.h Fri Mar 15 17:19:17 2013 +0100 +++ b/lemon/list_graph.h Sat Mar 16 13:14:35 2013 +0100 @@ -445,7 +445,7 @@ ///\note The moved arcs are joined to node \c u using changeSource() ///or changeTarget(), thus \c ArcIt and \c OutArcIt iterators are ///invalidated for the outgoing arcs of node \c v and \c InArcIt - ///iterators are invalidated for the incomming arcs of \c v. + ///iterators are invalidated for the incoming arcs of \c v. ///Moreover all iterators referencing node \c v or the removed ///loops are also invalidated. Other iterators remain valid. ///