1.1 --- a/lemon/bits/vector_map.h Mon Feb 23 15:03:55 2009 +0000
1.2 +++ b/lemon/bits/vector_map.h Mon Feb 23 15:04:10 2009 +0000
1.3 @@ -124,7 +124,7 @@
1.4
1.5 // \brief Template assign operator.
1.6 //
1.7 - // The given parameter should be conform to the ReadMap
1.8 + // The given parameter should conform to the ReadMap
1.9 // concecpt and could be indiced by the current item set of
1.10 // the NodeMap. In this case the value for each item
1.11 // is assigned by the value of the given ReadMap.