diff -r f30867b359a8 -r fbc4af1f9378 lemon/concepts/ugraph.h --- a/lemon/concepts/ugraph.h Fri Nov 03 14:20:24 2006 +0000 +++ b/lemon/concepts/ugraph.h Fri Nov 03 14:24:44 2006 +0000 @@ -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 {