Skip to content

Commit 662bd90

Browse files
committed
fix word
1 parent 8331be7 commit 662bd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gce-pd-csi-driver/controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ func (gceCS *GCEControllerServer) executeControllerPublishVolume(ctx context.Con
517517

518518
attached, err := diskIsAttachedAndCompatible(deviceName, instance, volumeCapability, readWrite)
519519
if err != nil {
520-
return nil, status.Error(codes.AlreadyExists, fmt.Sprintf("Disk %v already published to node %v but incompatbile: %v", volKey.Name, nodeID, err))
520+
return nil, status.Error(codes.AlreadyExists, fmt.Sprintf("Disk %v already published to node %v but incompatible: %v", volKey.Name, nodeID, err))
521521
}
522522
if attached {
523523
// Volume is attached to node. Success!

0 commit comments

Comments
 (0)