[Lemon-commits] [lemon_svn] deba: r3056 - hugo/trunk/lemon/concepts

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:52:06 CET 2006


Author: deba
Date: Fri Nov  3 15:24:44 2006
New Revision: 3056

Modified:
   hugo/trunk/lemon/concepts/bpugraph.h
   hugo/trunk/lemon/concepts/ugraph.h

Log:
Spellchecking



Modified: hugo/trunk/lemon/concepts/bpugraph.h
==============================================================================
--- hugo/trunk/lemon/concepts/bpugraph.h	(original)
+++ hugo/trunk/lemon/concepts/bpugraph.h	Fri Nov  3 15:24:44 2006
@@ -852,7 +852,7 @@
       /// \brief Direct the given undirected edge.
       ///
       /// Direct the given undirected edge. The returned edge
-      /// represents the given undireted edge and the direction comes
+      /// represents the given undirected edge and the direction comes
       /// from the given bool.  The source of the undirected edge and
       /// the directed edge is the same when the given bool is true.
       Edge direct(const UEdge&, bool) const {

Modified: hugo/trunk/lemon/concepts/ugraph.h
==============================================================================
--- hugo/trunk/lemon/concepts/ugraph.h	(original)
+++ hugo/trunk/lemon/concepts/ugraph.h	Fri Nov  3 15:24:44 2006
@@ -582,7 +582,7 @@
       /// \brief Direct the given undirected edge.
       ///
       /// Direct the given undirected edge. The returned edge
-      /// represents the given undireted edge and the direction comes
+      /// represents the given undirected edge and the direction comes
       /// from the given bool.  The source of the undirected edge and
       /// the directed edge is the same when the given bool is true.
       Edge direct(const UEdge&, bool) const {



More information about the Lemon-commits mailing list