diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-06 00:58:07 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-06 00:58:07 +0000 |
commit | dd2cd94551900bd8ea2d81554bdc021054b60d1a (patch) | |
tree | fe0c011d65d76ce1ebbbbd6db89535de566bd73f /chrome/browser/metrics/metrics_log.h | |
parent | 2741d240bc6e677fd319b5145125a5e5942bbda7 (diff) | |
download | chromium_src-dd2cd94551900bd8ea2d81554bdc021054b60d1a.zip chromium_src-dd2cd94551900bd8ea2d81554bdc021054b60d1a.tar.gz chromium_src-dd2cd94551900bd8ea2d81554bdc021054b60d1a.tar.bz2 |
Fix typo, "recieve" -> "receive", in chrome/
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/268593017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/metrics/metrics_log.h')
-rw-r--r-- | chrome/browser/metrics/metrics_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h index 0c063c5..c074823 100644 --- a/chrome/browser/metrics/metrics_log.h +++ b/chrome/browser/metrics/metrics_log.h @@ -55,7 +55,7 @@ struct GoogleUpdateMetrics { bool is_system_install; // The time at which Google Update last started an automatic update check. base::Time last_started_au; - // The time at which Google Update last successfully recieved update + // The time at which Google Update last successfully received update // information from Google servers. base::Time last_checked; // Details about Google Update's attempts to update itself. |