Skip to content

Commit

Permalink
Merge pull request #1028 from andyzhangx/fix-typpo
Browse files Browse the repository at this point in the history
cleanup: fix typo
  • Loading branch information
andyzhangx authored Oct 7, 2023
2 parents b28c862 + 12b51b0 commit f0b60b9
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 f0b60b9

Please sign in to comment.