git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17372 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2003-07-27 08:59:08 +00:00
parent 2330b448e0
commit 4238376240
4 changed files with 17 additions and 2 deletions

View file

@ -420,7 +420,7 @@ NSString *NSUndoManagerWillUndoChangeNotification =
else
{
[NSException raise: NSInternalInconsistencyException
format: @"forwardInvocation without beginUndoGrouping"];
format: @"forwardInvocation without beginUndoGrouping"];
}
}
[anInvocation setTarget: _nextTarget];