cleanup: correct typos in test description and source code

this commit correct typos in various places.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-04-14 17:29:47 +05:30
committed by mergify[bot]
parent 4c4879ba8b
commit fcd0f4713a
6 changed files with 6 additions and 6 deletions

View File

@ -942,7 +942,7 @@ func genSnapFromSnapID(
return err
}
// updateSnapshotDetails will copies the details from the rbdVolume to the
// updateSnapshotDetails will copy the details from the rbdVolume to the
// rbdSnapshot. example copying size from rbdVolume to rbdSnapshot.
func updateSnapshotDetails(rbdSnap *rbdSnapshot) error {
vol := generateVolFromSnap(rbdSnap)