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"