Merge pull request #134 from vladimir-ch/session-docs-typo

Fix typo in Session docs
This commit is contained in:
Kaleb Elwert 2021-06-28 00:39:05 -07:00 committed by GitHub
commit c9fc4412c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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