diff -r e57e10a8ea1b -r 64f8f7cc6168 lemon/bits/alteration_notifier.h --- a/lemon/bits/alteration_notifier.h Wed Oct 08 17:05:01 2008 +0100 +++ b/lemon/bits/alteration_notifier.h Thu Oct 09 10:09:44 2008 +0200 @@ -79,8 +79,7 @@ /// observeres will not be notified and the fulfilled additions will /// be rolled back by calling the \e erase() or \e clear() /// functions. Thence the \e erase() and \e clear() should not throw - /// exception. Actullay, it can be throw only - /// \ref AlterationObserver::ImmediateDetach ImmediateDetach + /// exception. Actullay, it can be throw only \ref ImmediateDetach /// exception which detach the observer from the notifier. /// /// There are some place when the alteration observing is not completly