diff -r fb93895f84d9 -r bd72f8d20f33 lemon/concepts/graph_components.h --- a/lemon/concepts/graph_components.h Thu Aug 20 22:52:16 2009 +0200 +++ b/lemon/concepts/graph_components.h Sun Aug 23 11:07:50 2009 +0200 @@ -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; }