lemon/concepts/bpugraph.h
changeset 2291 fbc4af1f9378
parent 2261 c52b572c294f
child 2391 14a343be7a5a
     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 {