fix some typos in documentation and tests

This commit is contained in:
Marten Seemann
2022-01-14 11:21:26 +04:00
parent f34eddae41
commit a98e60c28c
5 changed files with 8 additions and 8 deletions

View File

@@ -189,7 +189,7 @@ var _ = Describe("Stream Flow controller", func() {
Expect(queuedWindowUpdate).To(BeFalse())
})
It("tells the connection flow controller when the window was autotuned", func() {
It("tells the connection flow controller when the window was auto-tuned", func() {
oldOffset := controller.bytesRead
setRtt(scaleDuration(20 * time.Millisecond))
controller.epochStartOffset = oldOffset