Skip to content

Commit 0045885

Browse files
authored
Merge pull request kubernetes#78411 from qingsenLi/k8s-190528
spelling error 'doen't'
2 parents 469d6db + 9d487d9 commit 0045885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/volume/quobyte/quobyte_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func (manager *quobyteVolumeManager) createVolume(provisioner *quobyteVolumeProv
3939
if err != nil {
4040
return nil, 0, err
4141
}
42-
// Quobyte has the concept of Volumes which doen't have a specific size (they can grow unlimited)
42+
// Quobyte has the concept of Volumes which doesn't have a specific size (they can grow unlimited)
4343
// to simulate a size constraint we set here a Quota for logical space
4444
volumeRequest := &quobyteapi.CreateVolumeRequest{
4545
Name: provisioner.volume,

0 commit comments

Comments
 (0)