aboutsummaryrefslogtreecommitdiff
path: root/ssh_client.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_client.go')
-rw-r--r--ssh_client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh_client.go b/ssh_client.go
index 7b89491..b80e8f0 100644
--- a/ssh_client.go
+++ b/ssh_client.go
@@ -35,7 +35,7 @@ type sshClient struct {
dirHome string
}
-// newSSHClient create new clients using the SSH config section.
+// newSSHClient create new SSH client using the SSH config section.
//
// Once connection established, the client create new temporary directory on
// server at dirTmp for sudoGet or sudoPut operations.