diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 02:29:56 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 02:29:56 +0000 |
commit | 9f4dd177c3b23d1afcef90e23b6899827dab65c2 (patch) | |
tree | 275ad2cb036b799d63e835f9b236aead1a13404b | |
parent | 8af0be9afba854ee87f4d61ed18450d4045ea0c1 (diff) | |
download | chromium_src-9f4dd177c3b23d1afcef90e23b6899827dab65c2.zip chromium_src-9f4dd177c3b23d1afcef90e23b6899827dab65c2.tar.gz chromium_src-9f4dd177c3b23d1afcef90e23b6899827dab65c2.tar.bz2 |
Fix a typo in a comment.
BUG=none
TEST=none
TBR=mad@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10378101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136487 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/chrome_browser_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc index ff8337a..87d77db 100644 --- a/chrome/browser/chrome_browser_main.cc +++ b/chrome/browser/chrome_browser_main.cc @@ -1134,7 +1134,7 @@ bool ChromeBrowserMainParts::IsMetricsReportingEnabled() { // non-official builds. bool enabled = false; #ifndef NDEBUG - // The debug build doesn't sent UMA logs when FieldTrials are forced. + // The debug build doesn't send UMA logs when FieldTrials are forced. const CommandLine* command_line = CommandLine::ForCurrentProcess(); if (command_line->HasSwitch(switches::kForceFieldTrials)) return false; |