diff options
| author | Oleksandr Redko <oleksandr.red+github@gmail.com> | 2023-05-18 11:12:23 +0300 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-05-24 18:48:34 +0000 |
| commit | 5de20f0f34a7bf08bec8af82befc24e3c0ea5d7e (patch) | |
| tree | 3e70ba0e2ad1db3c49867ab66b8ec529a725f6b4 /src/net/http/client_test.go | |
| parent | 72bf8acee9a9bd913911d094fc636d2f0f3c446d (diff) | |
| download | go-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.go | 2 |
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 |
