aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/client_test.go
diff options
context:
space:
mode:
authorOleksandr Redko <oleksandr.red+github@gmail.com>2023-05-18 11:12:23 +0300
committerGopher Robot <gobot@golang.org>2023-05-24 18:48:34 +0000
commit5de20f0f34a7bf08bec8af82befc24e3c0ea5d7e (patch)
tree3e70ba0e2ad1db3c49867ab66b8ec529a725f6b4 /src/net/http/client_test.go
parent72bf8acee9a9bd913911d094fc636d2f0f3c446d (diff)
downloadgo-5de20f0f34a7bf08bec8af82befc24e3c0ea5d7e.tar.xz
net/http: fix spelling issues in comments and tests
Change-Id: I1b90619fd073a0c41188278a50ed149b763f0fa8 Reviewed-on: https://go-review.googlesource.com/c/go/+/496135 Run-TryBot: Bryan Mills <bcmills@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> Auto-Submit: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src/net/http/client_test.go')
-rw-r--r--src/net/http/client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/http/client_test.go b/src/net/http/client_test.go
index b8c914bfd0..0fe555af38 100644
--- a/src/net/http/client_test.go
+++ b/src/net/http/client_test.go
@@ -1207,7 +1207,7 @@ func testClientTimeout(t *testing.T, mode testMode) {
}))
// Try to trigger a timeout after reading part of the response body.
- // The initial timeout is emprically usually long enough on a decently fast
+ // The initial timeout is empirically usually long enough on a decently fast
// machine, but if we undershoot we'll retry with exponentially longer
// timeouts until the test either passes or times out completely.
// This keeps the test reasonably fast in the typical case but allows it to