# HG changeset patch # User alpar # Date 1132312628 0 # Node ID dc3516405f8fd955db1738c54abeb45a0c9b8cad # Parent 19ee9133a28ca25f3f0b3bc8e5c5204692b436d0 - Spellcheck (pathes->paths) diff -r 19ee9133a28c -r dc3516405f8f lemon/topology.h --- a/lemon/topology.h Fri Nov 18 11:13:11 2005 +0000 +++ b/lemon/topology.h Fri Nov 18 11:17:08 2005 +0000 @@ -235,7 +235,7 @@ /// /// Check that the given directed graph is strongly connected. The /// graph is strongly connected when any two nodes of the graph are - /// connected with directed pathes in both direction. + /// connected with directed paths in both direction. /// \return %False when the graph is not strongly connected. /// \see connected ///