Fix typo in Session docs

This commit is contained in:
Vladimír Chalupecký 2020-02-13 11:51:32 +01:00
parent 59d6e4540d
commit a7de8ac255

@ -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.