commit | 2bb4ff0479778decddf24a06c9d4963e9458a895 | [log] [tgz] |
---|---|---|
author | kimwjdalsl <[email protected]> | Wed Dec 16 22:06:02 2015 |
committer | Commit bot <[email protected]> | Wed Dec 16 22:06:50 2015 |
tree | 5a80ab4620efa3a90e28df3b49f8e775e955b436 | |
parent | 8df20f19c93167c293c4a31f21f1ea2ca1c147e6 [diff] [blame] |
Fix typos in comments in url_request BUG=none Review URL: https://codereview.chromium.org/1527303002 Cr-Commit-Position: refs/heads/master@{#365633}
diff --git a/net/url_request/url_request_unittest.cc b/net/url_request/url_request_unittest.cc index 77d2e4d..1c31d94 100644 --- a/net/url_request/url_request_unittest.cc +++ b/net/url_request/url_request_unittest.cc
@@ -5496,7 +5496,7 @@ } // expect things to just cleanup properly. - // we won't actually get a received reponse here because we've never run the + // we won't actually get a received response here because we've never run the // message loop EXPECT_FALSE(d.received_data_before_response()); EXPECT_EQ(0, d.bytes_received());