From 83cf6b12d0dd267e65d2e55b809b275175af221b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Fri, 24 Nov 2017 10:58:02 +0200 Subject: [PATCH] cmd/puppeth: tiny comment fixup --- cmd/puppeth/ssh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/puppeth/ssh.go b/cmd/puppeth/ssh.go index 69fa8ecd6c..caceffaa18 100644 --- a/cmd/puppeth/ssh.go +++ b/cmd/puppeth/ssh.go @@ -215,7 +215,7 @@ func (client *sshClient) Stream(cmd string) error { return session.Run(cmd) } -// Upload copy the set of files to a remote server via SCP, creating any non- +// Upload copies the set of files to a remote server via SCP, creating any non- // existing folders in the mean time. func (client *sshClient) Upload(files map[string][]byte) ([]byte, error) { // Establish a single command session