From 803e4c8a8db64fa1a404c2b347ba459f6535f914 Mon Sep 17 00:00:00 2001 From: "mdm@chromium.org" Date: Tue, 21 Jun 2011 21:04:28 +0000 Subject: Fix a spelling mistake in a comment. Review URL: http://codereview.chromium.org/7217019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89891 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/ui/browser.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser') diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc index e332495..af0ffa1 100644 --- a/chrome/browser/ui/browser.cc +++ b/chrome/browser/ui/browser.cc @@ -4363,7 +4363,7 @@ void Browser::CheckDownloadsInProgress(bool* normal_downloads_are_present, // If there are no download in-progress, our job is done. DownloadManager* download_manager = NULL; - // But first we need to check for the existance of the download manager, as + // But first we need to check for the existence of the download manager, as // GetDownloadManager() will unnecessarily try to create one if it does not // exist. if (profile()->HasCreatedDownloadManager()) @@ -4395,7 +4395,7 @@ bool Browser::CanCloseWithInProgressDownloads() { bool normal_downloads_are_present = false; bool incognito_downloads_are_present = false; CheckDownloadsInProgress(&normal_downloads_are_present, - &incognito_downloads_are_present); + &incognito_downloads_are_present); if (!normal_downloads_are_present && !incognito_downloads_are_present) return true; -- cgit v1.1