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 {