From 314fe0e23d7efea0bfb82ee32e1fd48323a4fe0f Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Wed, 31 Mar 2021 19:06:08 +0530 Subject: [PATCH] cleanup: correct misspelling in rbd/clone.go Signed-off-by: Humble Chirammal --- internal/rbd/clone.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rbd/clone.go b/internal/rbd/clone.go index a72093377..ed993b745 100644 --- a/internal/rbd/clone.go +++ b/internal/rbd/clone.go @@ -116,7 +116,7 @@ func (rv *rbdVolume) checkCloneImage(ctx context.Context, parentVol *rbdVolume) err = parentVol.checkSnapExists(snap) if err == nil { // the temp clone exists, delete it lets reserve a new ID and - // create new resources for clearner approach + // create new resources for a cleaner approach err = parentVol.deleteSnapshot(ctx, snap) } if errors.Is(err, ErrSnapNotFound) {