diff -r 5a7556e9e340 -r 2c0c20e90116 src/lemon/concept/graph_component.h --- a/src/lemon/concept/graph_component.h Fri Nov 05 05:46:46 2004 +0000 +++ b/src/lemon/concept/graph_component.h Fri Nov 05 07:26:20 2004 +0000 @@ -34,7 +34,7 @@ /// Skeleton class for graph Node and Edge /// \note Because Node and Edge are forbidden to inherit from the same - /// base class, this is a template. For Node you shoul instantiate it + /// base class, this is a template. For Node you should instantiate it /// with character 'n' and for Edge with 'e'. template