diff -r 5f2f3d982eba -r c499025ca638 lemon/topology.h --- a/lemon/topology.h Wed Nov 16 13:26:04 2005 +0000 +++ b/lemon/topology.h Wed Nov 16 13:39:29 2005 +0000 @@ -1426,7 +1426,7 @@ /// During the execution, the \c partMap will be set as the two /// partitions of the graph. /// \param graph The undirected graph. - /// \retval partMap A writeable bool map of nodes. It will be set as the + /// \retval partMap A writable bool map of nodes. It will be set as the /// two partitions of the graph. /// \return %True if \c graph is bipartite, %false otherwise. ///