diff -r 8583fb74238c -r e0cef67fe565 lemon/capacity_scaling.h --- a/lemon/capacity_scaling.h Sat Jan 08 15:52:07 2011 +0100 +++ b/lemon/capacity_scaling.h Sun Jan 09 16:51:14 2011 +0100 @@ -88,8 +88,8 @@ /// /// \warning Both number types must be signed and all input data 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 @@ -422,7 +422,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.