Skip to content

Commit a9699ea

Browse files
authored
Merge pull request #339 from squat/thanthen
spec.md: Fix than/then grammar mistake
2 parents ef60e41 + 6a1c1fd commit a9699ea

File tree

3 files changed

+80
-80
lines changed

3 files changed

+80
-80
lines changed

csi.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ message TopologyRequirement {
439439
// x = number of topologies provisioned volume is accessible from
440440
// n = number of requisite topologies
441441
// The CO MUST ensure n >= 1. The SP MUST ensure x >= 1
442-
// If x==n, than the SP MUST make the provisioned volume available to
442+
// If x==n, then the SP MUST make the provisioned volume available to
443443
// all topologies from the list of requisite topologies. If it is
444444
// unable to do so, the SP MUST fail the CreateVolume call.
445445
// For example, if a volume should be accessible from a single zone,
@@ -454,7 +454,7 @@ message TopologyRequirement {
454454
// then the provisioned volume MUST be accessible from the "region"
455455
// "R1" and both "zone" "Z2" and "zone" "Z3".
456456
//
457-
// If x<n, than the SP SHALL choose x unique topologies from the list
457+
// If x<n, then the SP SHALL choose x unique topologies from the list
458458
// of requisite topologies. If it is unable to do so, the SP MUST fail
459459
// the CreateVolume call.
460460
// For example, if a volume should be accessible from a single zone,
@@ -472,7 +472,7 @@ message TopologyRequirement {
472472
// of two unique topologies: e.g. "R1/Z2" and "R1/Z3", or "R1/Z2" and
473473
// "R1/Z4", or "R1/Z3" and "R1/Z4".
474474
//
475-
// If x>n, than the SP MUST make the provisioned volume available from
475+
// If x>n, then the SP MUST make the provisioned volume available from
476476
// all topologies from the list of requisite topologies and MAY choose
477477
// the remaining x-n unique topologies from the list of all possible
478478
// topologies. If it is unable to do so, the SP MUST fail the

0 commit comments

Comments
 (0)