# HG changeset patch # User athos # Date 1168342963 0 # Node ID 215a6f3e33c906fca146ecf88c42d678f8c48102 # Parent 27aa03cd3121970af5c1766491e3ccf1341e4865 Nothing serious. 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 {