From 28233337fcb456cbad59cb57b02d5fff1a498091 Mon Sep 17 00:00:00 2001 From: Lang Chi <21860405@zju.edu.cn> Date: Sun, 15 Sep 2019 12:31:19 +0800 Subject: [PATCH] fix a spelling error Signed-off-by: Lang Chi <21860405@zju.edu.cn> --- test/e2e/lib/gce/instance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/lib/gce/instance.go b/test/e2e/lib/gce/instance.go index 6aa4a466..05fe680b 100644 --- a/test/e2e/lib/gce/instance.go +++ b/test/e2e/lib/gce/instance.go @@ -144,7 +144,7 @@ func (ins *Instance) RunCommand(cmd string) ssh.Result { return ssh.Run(cmd, ins.ExternalIP, ins.SshUser, ins.SshKey) } -// PushFile pushs a local file to a GCE instance. +// PushFile pushes a local file to a GCE instance. func (ins *Instance) PushFile(srcPath, destPath string) error { if ins.ExternalIP == "" { ins.populateExternalIP()