Skip to content

Commit a7de8ac

Browse files
author
Vladimír Chalupecký
committed
Fix typo in Session docs
1 parent 59d6e45 commit a7de8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
// Session provides access to information about an SSH session and methods
1616
// to read and write to the SSH channel with an embedded Channel interface from
17-
// cypto/ssh.
17+
// crypto/ssh.
1818
//
1919
// When Command() returns an empty slice, the user requested a shell. Otherwise
2020
// the user is performing an exec with those command arguments.

0 commit comments

Comments
 (0)