diff --git a/Source/NSUndoManager.m b/Source/NSUndoManager.m index 647867c15..512791aef 100644 --- a/Source/NSUndoManager.m +++ b/Source/NSUndoManager.m @@ -435,7 +435,7 @@ if (_nextTarget == nil) { [NSException raise: NSInternalInconsistencyException - format: @"forwardInvocation without perparation"]; + format: @"forwardInvocation without preparation"]; } if (_group == nil) {