Skip to content

Commit c9fc441

Browse files
authored
Merge pull request gliderlabs#134 from vladimir-ch/session-docs-typo
Fix typo in Session docs
2 parents c7b4a1b + a7de8ac commit c9fc441

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)