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/timeout_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/timeout_test.go')
| -rw-r--r-- | src/net/timeout_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/timeout_test.go b/src/net/timeout_test.go index 89605d92fc..c0bce57b94 100644 --- a/src/net/timeout_test.go +++ b/src/net/timeout_test.go @@ -635,7 +635,7 @@ const ( minDynamicTimeout = 1 * time.Millisecond // maxDynamicTimeout is the maximum timeout to attempt for - // tests that automatically increase timeouts until succeess. + // tests that automatically increase timeouts until success. // // This should be a strict upper bound on the latency required to hit a // timeout accurately, even on a slow or heavily-loaded machine. If a test |
