doc/graph_io.dox
changeset 2100 6fbe90faf02a
parent 1959 264811b995f3
child 2391 14a343be7a5a
     1.1 --- a/doc/graph_io.dox	Wed May 31 16:48:31 2006 +0000
     1.2 +++ b/doc/graph_io.dox	Tue Jun 06 12:47:01 2006 +0000
     1.3 @@ -197,7 +197,7 @@
     1.4  but the reading method does not depend on the order of the
     1.5  given commands.
     1.6  
     1.7 -The reader object assumes that each not readed value does not contain 
     1.8 +The reader object assumes that each not read value does not contain 
     1.9  whitespaces, therefore it has some extra possibilities to control how
    1.10  it should skip the values when the string representation contains spaces.
    1.11  
    1.12 @@ -271,7 +271,7 @@
    1.13  the \ref lemon::GraphReader "GraphReader"
    1.14  should know how to read a Value from the given map.
    1.15  By the default implementation the input operator reads a value from
    1.16 -the stream and the type of the readed value is the value type of the given map.
    1.17 +the stream and the type of the read value is the value type of the given map.
    1.18  When the reader should skip a value in the stream, because you do not
    1.19  want to store it in a map, the reader skips a character sequence without 
    1.20  whitespaces.