Skip to content

Commit b3678db

Browse files
testwilljorgemmsilva
authored andcommitted
beacon/light/request: fix typos (ethereum#29216)
1 parent 997be2c commit b3678db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beacon/light/request/server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
261261
func (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.
419419
func (s *serverWithLimits) fail(desc string) {
420420
s.lock.Lock()
421421
defer s.lock.Unlock()

0 commit comments

Comments
 (0)