File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ func (s *serverWithLimits) init() {
257257}
258258
259259// subscribe subscribes to events which include parent (serverWithTimeout) events
260- // plus EvCanRequstAgain .
260+ // plus EvCanRequestAgain .
261261func (s * serverWithLimits ) subscribe (eventCallback func (event Event )) {
262262 s .lock .Lock ()
263263 defer s .lock .Unlock ()
@@ -415,7 +415,7 @@ func (s *serverWithLimits) delay(delay time.Duration) {
415415}
416416
417417// fail reports that a response from the server was found invalid by the processing
418- // Module, disabling new requests for a dynamically adjused time period.
418+ // Module, disabling new requests for a dynamically adjusted time period.
419419func (s * serverWithLimits ) fail (desc string ) {
420420 s .lock .Lock ()
421421 defer s .lock .Unlock ()
You can’t perform that action at this time.
0 commit comments