From 983f0fc8b363a04572ae5127dab837ab3e1390ef Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Tue, 27 Jan 2009 16:28:44 +0000 Subject: Unimportant cleanup. Review URL: http://codereview.chromium.org/18847 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8718 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/app_controller_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/app_controller_mac.mm') diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm index d7de49e..2112218 100644 --- a/chrome/browser/app_controller_mac.mm +++ b/chrome/browser/app_controller_mac.mm @@ -27,7 +27,7 @@ [super dealloc]; } -// We can't use the standard terminate: method because it will abrubptly exit +// We can't use the standard terminate: method because it will abruptly exit // the app and leave things on the stack in an unfinalized state. We need to // post a quit message to our run loop so the stack can gracefully unwind. - (IBAction)quit:(id)sender { -- cgit v1.1