diff -r eb126f29038c -r 6fbe90faf02a lemon/graph_reader.h --- a/lemon/graph_reader.h Wed May 31 16:48:31 2006 +0000 +++ b/lemon/graph_reader.h Tue Jun 06 12:47:01 2006 +0000 @@ -48,7 +48,7 @@ /// given commands (i.e. you don't have to insist on the order in which the /// maps are given in the file). /// - /// The reader object assumes that not readed values do not contain + /// The reader object assumes that not read values do not contain /// whitespaces, therefore it has some extra possibilities to control how /// it should skip the values when the string representation contains spaces. /// @@ -388,7 +388,7 @@ /// to the UGraphWriter but the reading method does not depend on the /// order of the given commands. /// - /// The reader object suppose that each not readed value does not contain + /// The reader object suppose that each not read value does not contain /// whitespaces, therefore it has some extra possibilities to control how /// it should skip the values when the string representation contains spaces. ///