From 18938acdffc08b21dc0f1ef84552ecdb8a465cbb Mon Sep 17 00:00:00 2001 From: Roman Krasavtsev Date: Fri, 4 Jan 2019 21:32:21 +0100 Subject: [PATCH] fix typo --- pkg/cloudprovider/providers/vsphere/vclib/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cloudprovider/providers/vsphere/vclib/constants.go b/pkg/cloudprovider/providers/vsphere/vclib/constants.go index 522f308b8b3..74386bae240 100644 --- a/pkg/cloudprovider/providers/vsphere/vclib/constants.go +++ b/pkg/cloudprovider/providers/vsphere/vclib/constants.go @@ -16,7 +16,7 @@ limitations under the License. package vclib -// Volume Constnts +// Volume Constants const ( ThinDiskType = "thin" PreallocatedDiskType = "preallocated"