summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-27 16:28:44 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-27 16:28:44 +0000
commit983f0fc8b363a04572ae5127dab837ab3e1390ef (patch)
treeed5e0312eee11b18ab8d88309945165e78293a5b
parenta1457f70200ae36912490d2f8a5926c9242cf56b (diff)
downloadchromium_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
-rw-r--r--chrome/browser/app_controller_mac.mm2
-rw-r--r--chrome/browser/browser_main.cc2
2 files changed, 2 insertions, 2 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 {
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
index 4a7258a..63cba36 100644
--- a/chrome/browser/browser_main.cc
+++ b/chrome/browser/browser_main.cc
@@ -191,7 +191,7 @@ int BrowserMain(const MainFunctionParams& parameters) {
tracked_objects::AutoTracking tracking_objects;
#endif
- // Do platform-specific things (such as finishing initiailizing Cocoa)
+ // Do platform-specific things (such as finishing initializing Cocoa)
// prior to instantiating the message loop. This could be turned into a
// broadcast notification.
Platform::WillInitializeMainMessageLoop(parsed_command_line);