Random typo fix

pull/58/head
Jacob Hilker 2018-09-26 16:18:04 -04:00 committed by GitHub
parent f3e0750754
commit 4eb6f16b54
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
}