From e99efff0c66f51420e50f439a65cd14fb36de80e Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Thu, 4 Sep 2008 22:09:38 -0700 Subject: [PATCH] Fix for http://cappuccino.lighthouseapp.com/projects/16499/tickets/3-typo-in-cpapplication-removeobesrver. Reviewed by ross. --- AppKit/CPApplication.j | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]; }