diff --git a/e2e/rbd.go b/e2e/rbd.go index aa41d3867..b92ee0ca5 100644 --- a/e2e/rbd.go +++ b/e2e/rbd.go @@ -654,7 +654,7 @@ var _ = Describe("RBD", func() { // total images in cluster is 1 parent rbd image+ total // snaps validateRBDImageCount(f, totalCount+1) - // create clones from different snapshosts and bind it to an + // create clones from different snapshots and bind it to an // app wg.Add(totalCount) for i := 0; i < totalCount; i++ {