Skip to content

Commit

Permalink
Fixed some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
xing-yang committed Aug 23, 2018
1 parent 766ec70 commit 4b0fb4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributors/design-proposals/storage/csi-snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down Expand Up @@ -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"`
}
Expand Down

0 comments on commit 4b0fb4c

Please sign in to comment.