mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
cmd/geth, core: fix typo in comment (#25954)
* fix typo on comment * typo "can't accept"
This commit is contained in:
parent
5a02b2d6d0
commit
1c737e8b6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue