diff options
| author | Xing Yang <xingyang105@gmail.com> | 2018-08-22 18:11:10 -0700 |
|---|---|---|
| committer | Xing Yang <xingyang105@gmail.com> | 2018-08-22 18:11:10 -0700 |
| commit | 4b0fb4cbd07266de5baa896c8233f102aa14691f (patch) | |
| tree | fc26ac3e472d5617d13952925c39a416c037f62a | |
| parent | 766ec7022f3ba2c2d98f470190c4161ba3b93f8e (diff) | |
Fixed some typos.
| -rw-r--r-- | contributors/design-proposals/storage/csi-snapshot.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/storage/csi-snapshot.md b/contributors/design-proposals/storage/csi-snapshot.md index b0d46036..d69d7506 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"` } |
