Skip to content

Commit 1c737e8

Browse files
authored
cmd/geth, core: fix typo in comment (#25954)
* fix typo on comment * typo "can't accept"
1 parent 5a02b2d commit 1c737e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/consolecmd_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func TestAttachWelcome(t *testing.T) {
120120
}
121121

122122
func testAttachWelcome(t *testing.T, geth *testgeth, endpoint, apis string) {
123-
// Attach to a running geth note and terminate immediately
123+
// Attach to a running geth node and terminate immediately
124124
attach := runGeth(t, "attach", endpoint)
125125
defer attach.ExpectExit()
126126
attach.CloseStdin()

0 commit comments

Comments
 (0)