summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-02 20:45:55 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-02 20:45:55 +0000
commitd3aaf3f407776ab62684a6362d8e175770ed43e2 (patch)
treebdedcbdcca30a951fbf6a4583486a0cc784b829c
parent0fd887ce3699d1ea34bef0c7d53e26f2bd5f7706 (diff)
downloadchromium_src-d3aaf3f407776ab62684a6362d8e175770ed43e2.zip
chromium_src-d3aaf3f407776ab62684a6362d8e175770ed43e2.tar.gz
chromium_src-d3aaf3f407776ab62684a6362d8e175770ed43e2.tar.bz2
Spelling error: s/ADDRESSSES/ADDRESSES/g.
Review URL: http://codereview.chromium.org/3330006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58398 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/io_thread.cc2
-rw-r--r--net/base/net_log_event_type_list.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
index 3862f82..91ea106 100644
--- a/chrome/browser/io_thread.cc
+++ b/chrome/browser/io_thread.cc
@@ -110,7 +110,7 @@ class LoggingNetworkChangeObserver
virtual void OnIPAddressChanged() {
LOG(INFO) << "Observed a change to the network IP addresses";
- net_log_->AddEntry(net::NetLog::TYPE_NETWORK_IP_ADDRESSSES_CHANGED,
+ net_log_->AddEntry(net::NetLog::TYPE_NETWORK_IP_ADDRESSES_CHANGED,
base::TimeTicks::Now(),
net::NetLog::Source(),
net::NetLog::PHASE_NONE,
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
index 4aba33d..dd71c1c 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -786,4 +786,4 @@ EVENT_TYPE(APPCACHE_DELIVERING_ERROR_RESPONSE)
// This event is emitted whenever NetworkChangeNotifier determines that the
// underlying network has changed.
-EVENT_TYPE(NETWORK_IP_ADDRESSSES_CHANGED)
+EVENT_TYPE(NETWORK_IP_ADDRESSES_CHANGED)