mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Random typo fix
This commit is contained in:
parent
f3e0750754
commit
4eb6f16b54
@ -417,7 +417,7 @@ func (util *RBDUtil) AttachDisk(b rbdMounter) (string, error) {
|
||||
if err == wait.ErrWaitTimeout {
|
||||
return "", fmt.Errorf("rbd image %s/%s is still being used", b.Pool, b.Image)
|
||||
}
|
||||
// Return error if any other errors were encountered during wating for the image to become available.
|
||||
// Return error if any other errors were encountered during waiting for the image to become available.
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user