From de25b16b038c045fc2ef13705f870c32c44c219a Mon Sep 17 00:00:00 2001 From: Xing Yang Date: Wed, 22 Aug 2018 21:22:39 -0700 Subject: [PATCH] Fix a typo --- pkg/apis/volumesnapshot/v1alpha1/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/apis/volumesnapshot/v1alpha1/types.go b/pkg/apis/volumesnapshot/v1alpha1/types.go index 30f21709..723aca27 100644 --- a/pkg/apis/volumesnapshot/v1alpha1/types.go +++ b/pkg/apis/volumesnapshot/v1alpha1/types.go @@ -92,7 +92,7 @@ type VolumeSnapshotStatus struct { // When restoring volume from the snapshot, the volume size should be equal to or // larger than the RestoreSize if it is specified. If RestoreSize is set to nil, it means - // that the storage plugin does not have this information avaialble. + // that the storage plugin does not have this information available. // +optional RestoreSize *resource.Quantity `json:"restoreSize" protobuf:"bytes,2,opt,name=restoreSize"` @@ -239,7 +239,7 @@ type CSIVolumeSnapshotSource struct { // When restoring volume from the snapshot, the volume size should be equal to or // larger than the RestoreSize if it is specified. If RestoreSize is set to nil, it means - // that the storage plugin does not have this information avaialble. + // that the storage plugin does not have this information available. // +optional RestoreSize *resource.Quantity `json:"restoreSize" protobuf:"bytes,4,opt,name=restoreSize"` }