fix wrong spells in containerd.go (#5143)

pull/5148/head
AllenZMC 2019-08-21 00:32:35 +08:00 committed by Medya Ghazizadeh
parent d49fe88921
commit a96b6438e8
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func (r *Containerd) Enable(disOthers bool) error {
if err := enableIPForwarding(r.Runner); err != nil {
return err
}
// Oherwise, containerd will fail API requests with 'Unimplemented'
// Otherwise, containerd will fail API requests with 'Unimplemented'
return r.Runner.Run("sudo systemctl restart containerd")
}