diff -r e746fb14e680 -r 432c54cec63c lemon/concepts/graph_components.h --- a/lemon/concepts/graph_components.h Tue Aug 18 10:08:28 2009 +0200 +++ b/lemon/concepts/graph_components.h Thu Nov 05 08:39:49 2009 +0100 @@ -92,7 +92,7 @@ /// It makes possible to use graph item types as key types in /// associative containers (e.g. \c std::map). /// - /// \note This operator only have to define some strict ordering of + /// \note This operator only has to define some strict ordering of /// the items; this order has nothing to do with the iteration /// ordering of the items. bool operator<(const GraphItem&) const { return false; }