Skip to content

Commit

Permalink
cleanup: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored and k8s-infra-cherrypick-robot committed Oct 11, 2023
1 parent bc58abe commit 94e8f0a
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 94e8f0a

Please sign in to comment.