Skip to content

Commit f29520f

Browse files
authored
cmd/devp2p/internal/ethtest: fix typos in comments (#28772)
1 parent e7fa158 commit f29520f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/devp2p/internal/ethtest/suite.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ func (s *Suite) TestBlobViolations(t *utesting.T) {
790790
if err := s.engine.sendForkchoiceUpdated(); err != nil {
791791
t.Fatalf("send fcu failed: %v", err)
792792
}
793-
// Create blob txs for each tests with unqiue tx hashes.
793+
// Create blob txs for each tests with unique tx hashes.
794794
var (
795795
t1 = s.makeBlobTxs(2, 3, 0x1)
796796
t2 = s.makeBlobTxs(2, 3, 0x2)

cmd/devp2p/internal/ethtest/transaction.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func (s *Suite) sendInvalidTxs(txs []*types.Transaction) error {
128128
invalids[tx.Hash()] = struct{}{}
129129
}
130130

131-
// Get repsonses.
131+
// Get responses.
132132
recvConn.SetReadDeadline(time.Now().Add(timeout))
133133
for {
134134
msg, err := recvConn.ReadEth()

0 commit comments

Comments
 (0)