Unverified Commit 1c737e8b authored by Paul's avatar Paul Committed by GitHub

cmd/geth, core: fix typo in comment (#25954)

* fix typo on comment

* typo "can't accept"
parent 5a02b2d6
...@@ -120,7 +120,7 @@ func TestAttachWelcome(t *testing.T) { ...@@ -120,7 +120,7 @@ func TestAttachWelcome(t *testing.T) {
} }
func testAttachWelcome(t *testing.T, geth *testgeth, endpoint, apis string) { 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) attach := runGeth(t, "attach", endpoint)
defer attach.ExpectExit() defer attach.ExpectExit()
attach.CloseStdin() attach.CloseStdin()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment