Skip to content

Commit 2bcf0d3

Browse files
authored
Merge pull request #1167 from foolip/typos
Fix "curent" typos in two places
2 parents df2c842 + af8644b commit 2bcf0d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

h2/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def __init__(self, config=None):
328328
)
329329
self.remote_settings = Settings(client=not self.config.client_side)
330330

331-
# The curent value of the connection flow control windows on the
331+
# The current value of the connection flow control windows on the
332332
# connection.
333333
self.outbound_flow_control_window = (
334334
self.remote_settings.initial_window_size

h2/stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ def __init__(self,
788788
self.max_outbound_frame_size = None
789789
self.request_method = None
790790

791-
# The curent value of the outbound stream flow control window
791+
# The current value of the outbound stream flow control window
792792
self.outbound_flow_control_window = outbound_window_size
793793

794794
# The flow control manager.

0 commit comments

Comments
 (0)