lemon/list_graph.h
changeset 1049 7bf489cf624e
parent 1025 c8fa41fcc4a7
child 1092 dceba191c00d
     1.1 --- a/lemon/list_graph.h	Fri Mar 15 17:19:17 2013 +0100
     1.2 +++ b/lemon/list_graph.h	Sat Mar 16 13:14:35 2013 +0100
     1.3 @@ -445,7 +445,7 @@
     1.4      ///\note The moved arcs are joined to node \c u using changeSource()
     1.5      ///or changeTarget(), thus \c ArcIt and \c OutArcIt iterators are
     1.6      ///invalidated for the outgoing arcs of node \c v and \c InArcIt
     1.7 -    ///iterators are invalidated for the incomming arcs of \c v.
     1.8 +    ///iterators are invalidated for the incoming arcs of \c v.
     1.9      ///Moreover all iterators referencing node \c v or the removed
    1.10      ///loops are also invalidated. Other iterators remain valid.
    1.11      ///