From 15cd19ca58c7ab638cc73976c11a01d2100e8378 Mon Sep 17 00:00:00 2001 From: Zoe Nolan Date: Tue, 21 Nov 2017 19:28:21 +0000 Subject: [PATCH 1/2] cmd: fix typo in comment --- cmd/puppeth/ssh.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/puppeth/ssh.go b/cmd/puppeth/ssh.go index ec6a1b669a97..69fa8ecd6c8c 100644 --- a/cmd/puppeth/ssh.go +++ b/cmd/puppeth/ssh.go @@ -215,8 +215,8 @@ func (client *sshClient) Stream(cmd string) error { return session.Run(cmd) } -// Upload copied the set of files to a remote server via SCP, creating any non- -// existing folder in te mean time. +// Upload copy 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 session, err := client.client.NewSession() 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 2/2] 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 69fa8ecd6c8c..caceffaa18ec 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