Skip to content

Commit 9870e77

Browse files
authored
Merge pull request #350 from lang710/fixSpelling
fix a spelling error
2 parents aea91e3 + 2823333 commit 9870e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/lib/gce/instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func (ins *Instance) RunCommand(cmd string) ssh.Result {
144144
return ssh.Run(cmd, ins.ExternalIP, ins.SshUser, ins.SshKey)
145145
}
146146

147-
// PushFile pushs a local file to a GCE instance.
147+
// PushFile pushes a local file to a GCE instance.
148148
func (ins *Instance) PushFile(srcPath, destPath string) error {
149149
if ins.ExternalIP == "" {
150150
ins.populateExternalIP()

0 commit comments

Comments
 (0)