diff -r 84ec2948eb1f -r 00d59f733817 lemon/bits/alteration_notifier.h --- a/lemon/bits/alteration_notifier.h Fri Mar 10 19:34:47 2006 +0000 +++ b/lemon/bits/alteration_notifier.h Wed Mar 15 09:44:17 2006 +0000 @@ -44,7 +44,7 @@ /// that the node and edge maps should contain values for all nodes or /// edges. If we want to check on every indicing if the map contains /// the current indicing key that cause a drawback in the performance - /// in the library. We use an other solution we notify all maps about + /// in the library. We use another solution we notify all maps about /// an alteration in the graph, which cause only drawback on the /// alteration of the graph. ///