lemon/topology.h
changeset 1808 c499025ca638
parent 1807 5f2f3d982eba
child 1817 dc3516405f8f
     1.1 --- a/lemon/topology.h	Wed Nov 16 13:26:04 2005 +0000
     1.2 +++ b/lemon/topology.h	Wed Nov 16 13:39:29 2005 +0000
     1.3 @@ -1426,7 +1426,7 @@
     1.4    /// During the execution, the \c partMap will be set as the two 
     1.5    /// partitions of the graph.
     1.6    /// \param graph The undirected graph.
     1.7 -  /// \retval partMap A writeable bool map of nodes. It will be set as the
     1.8 +  /// \retval partMap A writable bool map of nodes. It will be set as the
     1.9    /// two partitions of the graph. 
    1.10    /// \return %True if \c graph is bipartite, %false otherwise.
    1.11    ///