From 4eb6f16b54aabe815cafefce7d7cb7c3ea899256 Mon Sep 17 00:00:00 2001 From: Jacob Hilker Date: Wed, 26 Sep 2018 16:18:04 -0400 Subject: [PATCH] Random typo fix --- pkg/volume/rbd/rbd_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/rbd/rbd_util.go b/pkg/volume/rbd/rbd_util.go index dd66311c21..0edd02b35d 100644 --- a/pkg/volume/rbd/rbd_util.go +++ b/pkg/volume/rbd/rbd_util.go @@ -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 }