diff --git a/AppKit/CPApplication.j b/AppKit/CPApplication.j index 63b12bbaa..290581fb1 100644 --- a/AppKit/CPApplication.j +++ b/AppKit/CPApplication.j @@ -152,12 +152,12 @@ CPRunContinuesResponse = -1002; if (_delegate) { [defaultCenter - removeObesrver:_delegate + removeObserver:_delegate name:CPApplicationWillFinishLaunchingNotification object:self]; [defaultCenter - removeObesrver:_delegate + removeObserver:_delegate name:CPApplicationDidFinishLaunchingNotification object:self]; }