diff -r 140c953ad5d1 -r 9312d6c89d02 lemon/capacity_scaling.h --- a/lemon/capacity_scaling.h Sat Jan 08 16:11:48 2011 +0100 +++ b/lemon/capacity_scaling.h Mon Jan 10 09:34:50 2011 +0100 @@ -89,8 +89,8 @@ /// \warning Both \c V and \c C must be signed number types. /// \warning All input data (capacities, supply values, and costs) must /// be integer. - /// \warning This algorithm does not support negative costs for such - /// arcs that have infinite upper bound. + /// \warning This algorithm does not support negative costs for + /// arcs having infinite upper bound. #ifdef DOXYGEN template #else @@ -423,7 +423,7 @@ /// calling \ref run(), the supply of each node will be set to zero. /// /// Using this function has the same effect as using \ref supplyMap() - /// with such a map in which \c k is assigned to \c s, \c -k is + /// with a map in which \c k is assigned to \c s, \c -k is /// assigned to \c t and all other nodes have zero supply value. /// /// \param s The source node.