diff options
Diffstat (limited to 'ssh/connection.go')
| -rw-r--r-- | ssh/connection.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/connection.go b/ssh/connection.go index 35661a5..8f345ee 100644 --- a/ssh/connection.go +++ b/ssh/connection.go @@ -97,7 +97,7 @@ func (c *connection) Close() error { return c.sshConn.conn.Close() } -// sshconn provides net.Conn metadata, but disallows direct reads and +// sshConn provides net.Conn metadata, but disallows direct reads and // writes. type sshConn struct { conn net.Conn |
