| Index: net/http/http_server_properties_impl.cc
|
| diff --git a/net/http/http_server_properties_impl.cc b/net/http/http_server_properties_impl.cc
|
| index d048e98871acba04071ccae2c0c81d51d494bc26..8dd6256fa5d97d4892ec5b4b842ba71c1dc14929 100644
|
| --- a/net/http/http_server_properties_impl.cc
|
| +++ b/net/http/http_server_properties_impl.cc
|
| @@ -341,8 +341,7 @@ void HttpServerPropertiesImpl::SetBrokenAlternateProtocol(
|
| RemoveCanonicalHost(server);
|
|
|
| // If this is the only entry in the list, schedule an expiration task.
|
| - // Otherwse it will be rescheduled automatically when the pending
|
| - // task runs.
|
| + // Otherwise it will be rescheduled automatically when the pending task runs.
|
| if (broken_alternate_protocol_list_.size() == 1) {
|
| ScheduleBrokenAlternateProtocolMappingsExpiration();
|
| }
|
|
|