提交 edc3e0ef 编写于 作者: Z Zoe Nolan 提交者: Péter Szilágyi

cmd/puppeth: fix typo in comment (#15539)

* cmd: fix typo in comment

* cmd/puppeth: tiny comment fixup
上级 f9569f3c
......@@ -216,8 +216,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 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
session, err := client.client.NewSession()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册