Fix the problems found by codespell

Signed-off-by: Daniel Jiang <daniel.jiang@broadcom.com>
This commit is contained in:
Daniel Jiang
2024-05-24 13:32:54 +08:00
parent aae7bb00e4
commit bed10c7fe6
9 changed files with 10 additions and 10 deletions
@@ -427,7 +427,7 @@ func TestReconcile(t *testing.T) {
notCreateFSBR: true,
},
{
name: "Dataupload should not be cancel with dismatch node",
name: "Dataupload should not be cancel with mismatch node",
pod: builder.ForPod(velerov1api.DefaultNamespace, dataUploadName).Volumes(&corev1.Volume{Name: "dataupload-1"}).Result(),
du: func() *velerov2alpha1api.DataUpload {
du := dataUploadBuilder().Phase(velerov2alpha1api.DataUploadPhaseInProgress).SnapshotType(fakeSnapshotType).Cancel(true).Result()