cleanup: correct misspelling

Correct snapshots spelling in rbd.go

Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
Yug 2021-04-01 16:07:34 +05:30 committed by mergify[bot]
parent fba6a2d0c3
commit 4f955e474d

View File

@ -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++ {