mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-19 03:20:20 +00:00
cleanup: correct misspelling
Correct snapshots spelling in rbd.go Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
parent
fba6a2d0c3
commit
4f955e474d
@ -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++ {
|
||||
|
Loading…
Reference in New Issue
Block a user