未验证 提交 a2665d0d 编写于 作者: M Matt Rickard 提交者: GitHub

Merge pull request #2545 from jeis2497052/master

Propose fix a typo
......@@ -282,7 +282,7 @@ func configureAuth(p *BuildrootProvisioner) error {
return errors.Wrapf(err, "error copying %s to %s", src, dst)
}
if err := sshRunner.Copy(f); err != nil {
return errors.Wrapf(err, "transfering file to machine %v", f)
return errors.Wrapf(err, "transferring file to machine %v", f)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册