Skip to content

Commit cbc9a28

Browse files
committed
Fix typos
This is a partial cherry pick of 6625a06 that fixed typos in the master branch. These typos block merges in github.
1 parent 6e83bcf commit cbc9a28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/controller/controller_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ func fakeClaim(name, namespace, claimUID string, capacity int64, boundToVolume s
598598
case "filesystem":
599599
claim.Spec.VolumeMode = &volumeModeFileSystem
600600
default:
601-
// leave it undefined/nil to maintaint the current defaults for test cases
601+
// leave it undefined/nil to maintain the current defaults for test cases
602602
}
603603
return &claim
604604
}
@@ -5637,7 +5637,7 @@ func generatePVCForProvisionFromPVC(srcNamespace, srcName, scName string, reques
56375637
case "filesystem":
56385638
provisionRequest.PVC.Spec.VolumeMode = &volumeModeFileSystem
56395639
default:
5640-
// leave it undefined/nil to maintaint the current defaults for test cases
5640+
// leave it undefined/nil to maintain the current defaults for test cases
56415641
}
56425642

56435643
return provisionRequest
@@ -5684,7 +5684,7 @@ func generatePVCForProvisionFromXnsdataSource(scName, namespace string, dataSour
56845684
case "filesystem":
56855685
provisionRequest.PVC.Spec.VolumeMode = &volumeModeFileSystem
56865686
default:
5687-
// leave it undefined/nil to maintaint the current defaults for test cases
5687+
// leave it undefined/nil to maintain the current defaults for test cases
56885688
}
56895689

56905690
return provisionRequest

0 commit comments

Comments
 (0)