diff -r 6643fc6dafc1 -r 6d3a9eec82b4 lemon/bits/vector_map.h --- a/lemon/bits/vector_map.h Mon Feb 23 15:03:55 2009 +0000 +++ b/lemon/bits/vector_map.h Mon Feb 23 15:04:10 2009 +0000 @@ -124,7 +124,7 @@ // \brief Template assign operator. // - // The given parameter should be conform to the ReadMap + // The given parameter should conform to the ReadMap // concecpt and could be indiced by the current item set of // the NodeMap. In this case the value for each item // is assigned by the value of the given ReadMap.