lemon/min_cut.h
changeset 2094 3ae02034be53
parent 2042 bdc953f2a449
child 2111 ea1fa1bc3f6d
     1.1 --- a/lemon/min_cut.h	Thu May 18 08:12:54 2006 +0000
     1.2 +++ b/lemon/min_cut.h	Thu May 18 09:32:36 2006 +0000
     1.3 @@ -701,7 +701,7 @@
     1.4      /// The graph type the algorithm runs on. 
     1.5      typedef _Graph Graph;
     1.6  
     1.7 -    /// The AuxGraph type which is an EraseableGraph
     1.8 +    /// The AuxGraph type which is an ErasableGraph
     1.9      typedef ListUGraph AuxGraph;
    1.10  
    1.11      /// \brief Instantiates a AuxGraph.