[Lemon-commits] [lemon_svn] alpar: r2763 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:55:03 CET 2006


Author: alpar
Date: Thu May 18 11:32:36 2006
New Revision: 2763

Modified:
   hugo/trunk/lemon/graph_utils.h
   hugo/trunk/lemon/min_cut.h

Log:
Spellcheck

Modified: hugo/trunk/lemon/graph_utils.h
==============================================================================
--- hugo/trunk/lemon/graph_utils.h	(original)
+++ hugo/trunk/lemon/graph_utils.h	Thu May 18 11:32:36 2006
@@ -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);
     } 

Modified: hugo/trunk/lemon/min_cut.h
==============================================================================
--- hugo/trunk/lemon/min_cut.h	(original)
+++ hugo/trunk/lemon/min_cut.h	Thu May 18 11:32:36 2006
@@ -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.



More information about the Lemon-commits mailing list