diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 16:28:44 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-27 16:28:44 +0000 |
commit | 983f0fc8b363a04572ae5127dab837ab3e1390ef (patch) | |
tree | ed5e0312eee11b18ab8d88309945165e78293a5b /chrome/browser/app_controller_mac.mm | |
parent | a1457f70200ae36912490d2f8a5926c9242cf56b (diff) | |
download | chromium_src-983f0fc8b363a04572ae5127dab837ab3e1390ef.zip chromium_src-983f0fc8b363a04572ae5127dab837ab3e1390ef.tar.gz chromium_src-983f0fc8b363a04572ae5127dab837ab3e1390ef.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/app_controller_mac.mm')
-rw-r--r-- | chrome/browser/app_controller_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |