diff options
-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; |