diff -r 27aa03cd3121 -r 215a6f3e33c9 lemon/path.h --- a/lemon/path.h Mon Jan 08 10:39:59 2007 +0000 +++ b/lemon/path.h Tue Jan 09 11:42:43 2007 +0000 @@ -739,7 +739,7 @@ /// /// This implementation is completly static, so it cannot be /// modified exclude the assign an other path. It is intented to be - /// used when you want to store a large amount paths because it is + /// used when you want to store a large number of paths because it is /// the most memory efficient path type in the lemon. template class StaticPath {