Nothing serious.
authorathos
Tue, 09 Jan 2007 11:42:43 +0000
changeset 2336215a6f3e33c9
parent 2335 27aa03cd3121
child 2337 9c3d44ac39fb
Nothing serious.
lemon/path.h
     1.1 --- a/lemon/path.h	Mon Jan 08 10:39:59 2007 +0000
     1.2 +++ b/lemon/path.h	Tue Jan 09 11:42:43 2007 +0000
     1.3 @@ -739,7 +739,7 @@
     1.4    ///
     1.5    /// This implementation is completly static, so it cannot be
     1.6    /// modified exclude the assign an other path. It is intented to be
     1.7 -  /// used when you want to store a large amount paths because it is
     1.8 +  /// used when you want to store a large number of paths because it is
     1.9    /// the most memory efficient path type in the lemon.
    1.10    template <typename _Graph>
    1.11    class StaticPath {