Skip to content

Commit ae4ea04

Browse files
authored
cmd: fix typos (#28798)
1 parent 6e235c0 commit ae4ea04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/devp2p/internal/v4test/discv4tests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ func FindnodeAmplificationWrongIP(t *utesting.T) {
497497
// If we receive a NEIGHBORS response, the attack worked and the test fails.
498498
reply, _, _ := te.read(te.l2)
499499
if reply != nil {
500-
t.Error("Got NEIGHORS response for FINDNODE from wrong IP")
500+
t.Error("Got NEIGHBORS response for FINDNODE from wrong IP")
501501
}
502502
}
503503

cmd/evm/internal/t8ntool/transition.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func Transition(ctx *cli.Context) error {
188188
if err != nil {
189189
return err
190190
}
191-
// Dump the excution result
191+
// Dump the execution result
192192
collector := make(Alloc)
193193
s.DumpToCollector(collector, nil)
194194
return dispatchOutput(ctx, baseDir, result, collector, body)

0 commit comments

Comments
 (0)