diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-17 20:36:27 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-17 20:36:27 +0000 |
commit | 6daeaee6d8a5200964c5a321a131942c908df7cc (patch) | |
tree | c905f30299ef19415e5494bfb2781c9f665a7eb9 /net/dns | |
parent | 97a712ad686d3b09d40a1900df7538a860820dd7 (diff) | |
download | chromium_src-6daeaee6d8a5200964c5a321a131942c908df7cc.zip chromium_src-6daeaee6d8a5200964c5a321a131942c908df7cc.tar.gz chromium_src-6daeaee6d8a5200964c5a321a131942c908df7cc.tar.bz2 |
Fix typo in comment about DnsConfigWatcher.
Review URL: https://codereview.chromium.org/135903009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/dns')
-rw-r--r-- | net/dns/dns_config_service_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dns/dns_config_service_posix.cc b/net/dns/dns_config_service_posix.cc index b352d32..8dcec23 100644 --- a/net/dns/dns_config_service_posix.cc +++ b/net/dns/dns_config_service_posix.cc @@ -37,7 +37,7 @@ const base::FilePath::CharType* kFilePathHosts = #if defined(OS_IOS) -// There is no plublic API to watch the DNS configuration on iOS. +// There is no public API to watch the DNS configuration on iOS. class DnsConfigWatcher { public: typedef base::Callback<void(bool succeeded)> CallbackType; |