Skip to content

Commit d6661b5

Browse files
committed
Fix minor typos
1 parent e769cc5 commit d6661b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/cluster/manager/upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ This operation will upgrade %s %s cluster %s (with a concurrency of %d) to %s:%s
334334
}()
335335
select {
336336
case <-time.After(restartTimeout):
337-
fmt.Printf("\nTimeout, continueing\n")
337+
fmt.Printf("\nTimeout, continuing\n")
338338
case <-ch:
339339
}
340340
}

pkg/repository/mirror.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ func (l *httpMirror) Publish(manifest *v1manifest.Manifest, info model.Component
420420
defer resp.Body.Close()
421421

422422
if resp.StatusCode >= 300 {
423-
return errors.Errorf("error on uplaod tarball, server returns %d", resp.StatusCode)
423+
return errors.Errorf("error on upload tarball, server returns %d", resp.StatusCode)
424424
}
425425
}
426426

0 commit comments

Comments
 (0)