From 9d487d9fd97b23e0ecc83e7dfa5a5787cad37690 Mon Sep 17 00:00:00 2001
From: qingsenLi
Date: Tue, 28 May 2019 17:41:42 +0800
Subject: [PATCH] spelling error 'doen't'
---
pkg/volume/quobyte/quobyte_util.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/volume/quobyte/quobyte_util.go b/pkg/volume/quobyte/quobyte_util.go
index 69925b4c7c1..60c6f6c031f 100644
--- a/pkg/volume/quobyte/quobyte_util.go
+++ b/pkg/volume/quobyte/quobyte_util.go
@@ -39,7 +39,7 @@ func (manager *quobyteVolumeManager) createVolume(provisioner *quobyteVolumeProv
if err != nil {
return nil, 0, err
}
- // Quobyte has the concept of Volumes which doen't have a specific size (they can grow unlimited)
+ // Quobyte has the concept of Volumes which doesn't have a specific size (they can grow unlimited)
// to simulate a size constraint we set here a Quota for logical space
volumeRequest := &quobyteapi.CreateVolumeRequest{
Name: provisioner.volume,