src/lemon/skeletons/graph_component.h
changeset 950 d74557d1f100
parent 946 c94ef40a22ce
     1.1 --- a/src/lemon/skeletons/graph_component.h	Sat Oct 30 18:30:29 2004 +0000
     1.2 +++ b/src/lemon/skeletons/graph_component.h	Sat Oct 30 18:33:14 2004 +0000
     1.3 @@ -196,7 +196,7 @@
     1.4    
     1.5      /// This class provides beside the core graph features
     1.6      /// core iterable interface for the graph structure.
     1.7 -    /// The most of the base graphs should be conform to this concept.
     1.8 +    /// Most of the base graphs should be conform to this concept.
     1.9  
    1.10      class BaseIterableGraphComponent : virtual public BaseGraphComponent {
    1.11      public: