misc: fix spelling

Closes #10437
This commit is contained in:
John Bampton 2023-02-08 07:50:36 +10:00 committed by Daniel Stenberg
parent 1695fcf57d
commit 0065b146eb
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
10 changed files with 12 additions and 12 deletions

View file

@ -52,7 +52,7 @@ class TestGoAway:
self.r = None
def long_run():
curl = CurlClient(env=env)
# send 10 chunks of 1024 bytest in a response body with 100ms delay inbetween
# send 10 chunks of 1024 bytes in a response body with 100ms delay in between
urln = f'https://{env.authority_for(env.domain1, proto)}' \
f'/curltest/tweak?id=[0-{count - 1}]'\
'&chunks=10&chunk_size=1024&chunk_delay=100ms'
@ -85,7 +85,7 @@ class TestGoAway:
self.r = None
def long_run():
curl = CurlClient(env=env)
# send 10 chunks of 1024 bytest in a response body with 100ms delay inbetween
# send 10 chunks of 1024 bytes in a response body with 100ms delay in between
urln = f'https://{env.authority_for(env.domain1, proto)}' \
f'/curltest/tweak?id=[0-{count - 1}]'\
'&chunks=10&chunk_size=1024&chunk_delay=100ms'