Merge pull request #69116 from JHilker/patch-1

Random typo fix
pull/58/head
k8s-ci-robot 2018-10-01 02:45:45 -07:00 committed by GitHub
commit 0815609e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}