mirror of https://github.com/k3s-io/k3s
Fix typo in comment: succefully -> successfully
parent
6c87a4be7c
commit
089951e7b4
|
@ -260,7 +260,7 @@ func detachDiskAndVerify(c *awsElasticBlockStoreCleaner) {
|
|||
// Log error, if any, and continue checking periodically.
|
||||
glog.Errorf("Error verifying EBS Disk (%q) is detached: %v", c.volumeID, err)
|
||||
} else if allPathsRemoved {
|
||||
// All paths to the PD have been succefully removed
|
||||
// All paths to the PD have been successfully removed
|
||||
unmountPDAndRemoveGlobalPath(c)
|
||||
glog.Infof("Successfully detached EBS Disk %q.", c.volumeID)
|
||||
return
|
||||
|
|
|
@ -262,7 +262,7 @@ func detachDiskAndVerify(c *gcePersistentDiskCleaner) {
|
|||
// Log error, if any, and continue checking periodically.
|
||||
glog.Errorf("Error verifying GCE PD (%q) is detached: %v", c.pdName, err)
|
||||
} else if allPathsRemoved {
|
||||
// All paths to the PD have been succefully removed
|
||||
// All paths to the PD have been successfully removed
|
||||
unmountPDAndRemoveGlobalPath(c)
|
||||
glog.Infof("Successfully detached GCE PD %q.", c.pdName)
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue