# HG changeset patch # User alpar # Date 1147944756 0 # Node ID 3ae02034be53e431089cd7290112672abe0d4931 # Parent ff241247e15745f4ad4d4f08bc0be9dc41d31d6a Spellcheck diff -r ff241247e157 -r 3ae02034be53 lemon/graph_utils.h --- a/lemon/graph_utils.h Thu May 18 08:12:54 2006 +0000 +++ b/lemon/graph_utils.h Thu May 18 09:32:36 2006 +0000 @@ -1198,9 +1198,9 @@ const InvertableMap& inverted; }; - /// \brief It gives back the just readeable inverse map. + /// \brief It gives back the just readable inverse map. /// - /// It gives back the just readeable inverse map. + /// It gives back the just readable inverse map. InverseMap inverse() const { return InverseMap(*this); } diff -r ff241247e157 -r 3ae02034be53 lemon/min_cut.h --- a/lemon/min_cut.h Thu May 18 08:12:54 2006 +0000 +++ b/lemon/min_cut.h Thu May 18 09:32:36 2006 +0000 @@ -701,7 +701,7 @@ /// The graph type the algorithm runs on. typedef _Graph Graph; - /// The AuxGraph type which is an EraseableGraph + /// The AuxGraph type which is an ErasableGraph typedef ListUGraph AuxGraph; /// \brief Instantiates a AuxGraph.