Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit b04a212

Browse files
committed
Comment typo.
1 parent 8c6f9d8 commit b04a212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyper/http20/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def _recv_cb(self):
440440
)
441441

442442
# Maintain our flow control window. We do this by delegating to the
443-
# chosen WindowManger.
443+
# chosen WindowManager.
444444
if (isinstance(frame, DataFrame) and
445445
not isinstance(frame, HeadersFrame)):
446446
# Inform the WindowManager of how much data was received. If the

0 commit comments

Comments
 (0)