File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments