mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
cleanup: fix spellcheck errors
fixed spellcheck errors caught in
CI.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 304462c7cc
)
This commit is contained in:
@ -1217,7 +1217,7 @@ func validatePVCSnapshot(
|
||||
checkSumClone, chErrs[n] = calculateSHA512sum(f, &a, filePath, &opt)
|
||||
framework.Logf("checksum value for the clone is %s with pod name %s", checkSumClone, name)
|
||||
if chErrs[n] != nil {
|
||||
framework.Logf("failed to calculte checksum for clone: %s", chErrs[n])
|
||||
framework.Logf("failed to calculate checksum for clone: %s", chErrs[n])
|
||||
}
|
||||
if checkSumClone != checkSum {
|
||||
framework.Logf(
|
||||
|
Reference in New Issue
Block a user