diff -r eb126f29038c -r 6fbe90faf02a lemon/lemon_reader.h --- a/lemon/lemon_reader.h Wed May 31 16:48:31 2006 +0000 +++ b/lemon/lemon_reader.h Tue Jun 06 12:47:01 2006 +0000 @@ -767,7 +767,7 @@ /// /// Constructor for NodeSetReader. It creates the NodeSetReader and /// attach it into the given LemonReader. The nodeset reader will - /// add the readed nodes to the given Graph. The reader will read + /// add the read nodes to the given Graph. The reader will read /// the section when the \c section_name and the \c _name are the same. NodeSetReader(LemonReader& _reader, Graph& _graph, @@ -991,7 +991,7 @@ /// /// Constructor for EdgeSetReader. It creates the EdgeSetReader and /// attach it into the given LemonReader. The edgeset reader will - /// add the readed edges to the given Graph. It will use the given + /// add the read edges to the given Graph. It will use the given /// node id reader to read the source and target nodes of the edges. /// The reader will read the section only if the \c _name and the /// \c edgset_name are the same. @@ -1235,7 +1235,7 @@ /// /// Constructor for UEdgeSetReader. It creates the UEdgeSetReader /// and attach it into the given LemonReader. The undirected edgeset - /// reader will add the readed undirected edges to the given Graph. It + /// reader will add the read undirected edges to the given Graph. It /// will use the given node id reader to read the source and target /// nodes of the edges. The reader will read the section only if the /// \c _name and the \c uedgset_name are the same.