diff options
author | coderwander <[email protected]> | 2024-04-16 12:10:11 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-16 04:10:11 +0000 |
commit | eafc875ea9f6238fce24b23af47a1d7162fd27a5 (patch) | |
tree | 9c891ed1c61b6a25f501808597f5f6fb42c0429d /caddytest/integration | |
parent | 03e0a010d1bfad6b15d9d0abba9430e77dc43e1c (diff) | |
download | caddy-eafc875ea9f6238fce24b23af47a1d7162fd27a5.tar.gz caddy-eafc875ea9f6238fce24b23af47a1d7162fd27a5.zip |
chore: fix some typos in comments (#6243)
Diffstat (limited to 'caddytest/integration')
-rw-r--r-- | caddytest/integration/stream_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/caddytest/integration/stream_test.go b/caddytest/integration/stream_test.go index ef3ea498d..d2f2fd79b 100644 --- a/caddytest/integration/stream_test.go +++ b/caddytest/integration/stream_test.go @@ -334,7 +334,7 @@ func TestH2ToH1ChunkedResponse(t *testing.T) { ProtoMinor: 0, Header: make(http.Header), } - // underlying transport will automaticlly add gzip + // underlying transport will automatically add gzip // req.Header.Set("Accept-Encoding", "gzip") go func() { fmt.Fprint(w, expectedBody) |