We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d6e45 commit a7de8acCopy full SHA for a7de8ac
session.go
@@ -14,7 +14,7 @@ import (
14
15
// Session provides access to information about an SSH session and methods
16
// to read and write to the SSH channel with an embedded Channel interface from
17
-// cypto/ssh.
+// crypto/ssh.
18
//
19
// When Command() returns an empty slice, the user requested a shell. Otherwise
20
// the user is performing an exec with those command arguments.
0 commit comments