diff -r 88ed40ad0d4f -r 9605e051942f lemon/bits/vector_map.h --- a/lemon/bits/vector_map.h Thu Jan 01 00:00:00 2009 +0100 +++ b/lemon/bits/vector_map.h Mon Feb 23 12:10:26 2009 +0100 @@ -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.