Skip to content

Commit f88329d

Browse files
committed
ssh/test/session_test.go: typo fix
1 parent 3668634 commit f88329d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh/test/session_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ func TestClientAuthAlgorithms(t *testing.T) {
471471

472472
func TestClientAuthDisconnect(t *testing.T) {
473473
// Use a static key that is not accepted by server.
474-
// This key has been generated with ollowing ssh-keygen command and
474+
// This key has been generated with following ssh-keygen command and
475475
// used exclusively in this unit test:
476476
// $ ssh-keygen -t RSA -b 2048 -f /tmp/static_key \
477477
// -C "Static RSA key for golang.org/x/crypto/ssh unit test"

0 commit comments

Comments
 (0)