We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7b4a1b + a7de8ac commit c9fc441Copy full SHA for c9fc441
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