From 4b0fb4cbd07266de5baa896c8233f102aa14691f Mon Sep 17 00:00:00 2001 From: Xing Yang Date: Wed, 22 Aug 2018 18:11:10 -0700 Subject: [PATCH] Fixed some typos. --- contributors/design-proposals/storage/csi-snapshot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributors/design-proposals/storage/csi-snapshot.md b/contributors/design-proposals/storage/csi-snapshot.md index b0d460362f0..d69d7506612 100644 --- a/contributors/design-proposals/storage/csi-snapshot.md +++ b/contributors/design-proposals/storage/csi-snapshot.md @@ -110,7 +110,7 @@ type VolumeSnapshotStatus struct { // When restoring volume from the snapshot, the volume size should be equal 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"` @@ -207,7 +207,7 @@ type CSIVolumeSnapshotSource struct { // When restoring volume from the snapshot, the volume size should be equal 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"` }