Index: net/http/http_network_layer_unittest.cc |
diff --git a/net/http/http_network_layer_unittest.cc b/net/http/http_network_layer_unittest.cc |
index 06471b4c145df1c37e93596afc5573dc9ec28278..5e12895878c7c876b8243d9d5df4ac5d6953c41e 100644 |
--- a/net/http/http_network_layer_unittest.cc |
+++ b/net/http/http_network_layer_unittest.cc |
@@ -108,7 +108,7 @@ class HttpNetworkLayerTest : public PlatformTest { |
// Simulates a request through a proxy which returns a bypass, which is then |
// retried through a second proxy that doesn't bypass. |
// Checks that the expected requests were issued, the expected content was |
- // recieved, and the first proxy |bad_proxy| was marked as bad. |
+ // received, and the first proxy |bad_proxy| was marked as bad. |
void TestProxyFallback(const std::string& bad_proxy) { |
MockRead data_reads[] = { |
MockRead("HTTP/1.1 200 OK\r\n" |