diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-25 17:18:48 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-25 17:18:48 +0000 |
commit | 4764efa9b00fa532b32c0d519c0bf52b914ae147 (patch) | |
tree | 3dc279adf55964c5dea8f7b45ac2ed09dd2457b3 /chrome/browser/chrome_browser_main_mac.mm | |
parent | 0643adbb094dc00feed25922b04091d6e0166cef (diff) | |
download | chromium_src-4764efa9b00fa532b32c0d519c0bf52b914ae147.zip chromium_src-4764efa9b00fa532b32c0d519c0bf52b914ae147.tar.gz chromium_src-4764efa9b00fa532b32c0d519c0bf52b914ae147.tar.bz2 |
Fix splleing.
Review URL: https://codereview.chromium.org/12045095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_main_mac.mm')
-rw-r--r-- | chrome/browser/chrome_browser_main_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_browser_main_mac.mm b/chrome/browser/chrome_browser_main_mac.mm index 030ff23..07bc6c5 100644 --- a/chrome/browser/chrome_browser_main_mac.mm +++ b/chrome/browser/chrome_browser_main_mac.mm @@ -209,7 +209,7 @@ void ChromeBrowserMainPartsMac::PreEarlyInitialization() { void ChromeBrowserMainPartsMac::PreMainMessageLoopStart() { ChromeBrowserMainPartsPosix::PreMainMessageLoopStart(); - // Tell Cooca to finish its initialization, which we want to do manually + // Tell Cocoa to finish its initialization, which we want to do manually // instead of calling NSApplicationMain(). The primary reason is that NSAM() // never returns, which would leave all the objects currently on the stack // in scoped_ptrs hanging and never cleaned up. We then load the main nib |