We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4ade8 commit ebf9e11Copy full SHA for ebf9e11
1 file changed
beacon/light/request/server.go
@@ -257,7 +257,7 @@ func (s *serverWithLimits) init() {
257
}
258
259
// subscribe subscribes to events which include parent (serverWithTimeout) events
260
-// plus EvCanRequstAgain.
+// plus EvCanRequestAgain.
261
func (s *serverWithLimits) subscribe(eventCallback func(event Event)) {
262
s.lock.Lock()
263
defer s.lock.Unlock()
@@ -415,7 +415,7 @@ func (s *serverWithLimits) delay(delay time.Duration) {
415
416
417
// 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.
+// Module, disabling new requests for a dynamically adjusted time period.
419
func (s *serverWithLimits) fail(desc string) {
420
421
0 commit comments