Skip to content

Commit

Permalink
cmd/geth, core: fix typo in comment (ethereum#25954)
Browse files Browse the repository at this point in the history
* fix typo on comment

* typo "can't accept"
  • Loading branch information
molecula451 authored and shekhirin committed Jun 6, 2023
1 parent 69b2c49 commit 9346f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/consolecmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestAttachWelcome(t *testing.T) {
}

func testAttachWelcome(t *testing.T, geth *testgeth, endpoint, apis string) {
// Attach to a running geth note and terminate immediately
// Attach to a running geth node and terminate immediately
attach := runGeth(t, "attach", endpoint)
defer attach.ExpectExit()
attach.CloseStdin()
Expand Down

0 comments on commit 9346f9b

Please sign in to comment.