src/lemon/concept/graph_component.h
changeset 964 2c0c20e90116
parent 962 1a770e9f80b2
child 980 0f1044b7a3af
     1.1 --- a/src/lemon/concept/graph_component.h	Fri Nov 05 05:46:46 2004 +0000
     1.2 +++ b/src/lemon/concept/graph_component.h	Fri Nov 05 07:26:20 2004 +0000
     1.3 @@ -34,7 +34,7 @@
     1.4      /// Skeleton class for graph Node and Edge
     1.5  
     1.6      /// \note Because Node and Edge are forbidden to inherit from the same
     1.7 -    /// base class, this is a template. For Node you shoul instantiate it
     1.8 +    /// base class, this is a template. For Node you should instantiate it
     1.9      /// with character 'n' and for Edge with 'e'.
    1.10  
    1.11      template<char Ch>