Skip to content

Commit

Permalink
Merge pull request #1036 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1028-to-release-1.21

[release-1.21] cleanup: fix typo
  • Loading branch information
andyzhangx authored Oct 11, 2023
2 parents 131735c + 94e8f0a commit 90a8489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/driver/blob_csi_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type blobCSIDriver struct {
driverName string
}

// InitBlobCSIDriver returns blobCSIDriver that implemnts DynamicPVTestDriver interface
// InitBlobCSIDriver returns blobCSIDriver that implements DynamicPVTestDriver interface
func InitBlobCSIDriver() PVTestDriver {
return &blobCSIDriver{
driverName: blob.DefaultDriverName,
Expand Down

0 comments on commit 90a8489

Please sign in to comment.