Spellchecking
authordeba
Fri, 03 Nov 2006 14:24:44 +0000
changeset 2291fbc4af1f9378
parent 2290 f30867b359a8
child 2292 38d985e82205
Spellchecking
lemon/concepts/bpugraph.h
lemon/concepts/ugraph.h
     1.1 --- a/lemon/concepts/bpugraph.h	Fri Nov 03 14:20:24 2006 +0000
     1.2 +++ b/lemon/concepts/bpugraph.h	Fri Nov 03 14:24:44 2006 +0000
     1.3 @@ -852,7 +852,7 @@
     1.4        /// \brief Direct the given undirected edge.
     1.5        ///
     1.6        /// Direct the given undirected edge. The returned edge
     1.7 -      /// represents the given undireted edge and the direction comes
     1.8 +      /// represents the given undirected edge and the direction comes
     1.9        /// from the given bool.  The source of the undirected edge and
    1.10        /// the directed edge is the same when the given bool is true.
    1.11        Edge direct(const UEdge&, bool) const {
     2.1 --- a/lemon/concepts/ugraph.h	Fri Nov 03 14:20:24 2006 +0000
     2.2 +++ b/lemon/concepts/ugraph.h	Fri Nov 03 14:24:44 2006 +0000
     2.3 @@ -582,7 +582,7 @@
     2.4        /// \brief Direct the given undirected edge.
     2.5        ///
     2.6        /// Direct the given undirected edge. The returned edge
     2.7 -      /// represents the given undireted edge and the direction comes
     2.8 +      /// represents the given undirected edge and the direction comes
     2.9        /// from the given bool.  The source of the undirected edge and
    2.10        /// the directed edge is the same when the given bool is true.
    2.11        Edge direct(const UEdge&, bool) const {