Skip to content

Commit 4e53936

Browse files
authored
Merge pull request moby#47509 from thirdkeyword/master
remove repetitive words
2 parents cb8c8e9 + 06628e3 commit 4e53936

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/types/volume/cluster_volume.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ type TopologyRequirement struct {
254254
// {"region": "R1", "zone": "Z3"}
255255
// preferred =
256256
// {"region": "R1", "zone": "Z3"}
257-
// then the the SP SHOULD first attempt to make the provisioned volume
257+
// then the SP SHOULD first attempt to make the provisioned volume
258258
// available from "zone" "Z3" in the "region" "R1" and fall back to
259259
// "zone" "Z2" in the "region" "R1" if that is not possible.
260260
//
@@ -268,7 +268,7 @@ type TopologyRequirement struct {
268268
// preferred =
269269
// {"region": "R1", "zone": "Z4"},
270270
// {"region": "R1", "zone": "Z2"}
271-
// then the the SP SHOULD first attempt to make the provisioned volume
271+
// then the SP SHOULD first attempt to make the provisioned volume
272272
// accessible from "zone" "Z4" in the "region" "R1" and fall back to
273273
// "zone" "Z2" in the "region" "R1" if that is not possible. If that
274274
// is not possible, the SP may choose between either the "zone"
@@ -287,7 +287,7 @@ type TopologyRequirement struct {
287287
// preferred =
288288
// {"region": "R1", "zone": "Z5"},
289289
// {"region": "R1", "zone": "Z3"}
290-
// then the the SP SHOULD first attempt to make the provisioned volume
290+
// then the SP SHOULD first attempt to make the provisioned volume
291291
// accessible from the combination of the two "zones" "Z5" and "Z3" in
292292
// the "region" "R1". If that's not possible, it should fall back to
293293
// a combination of "Z5" and other possibilities from the list of

internal/safepath/join_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
// Join makes sure that the concatenation of path and subpath doesn't
1717
// resolve to a path outside of path and returns a path to a temporary file that is
18-
// a bind mount to the the exact same file/directory that was validated.
18+
// a bind mount to the exact same file/directory that was validated.
1919
//
2020
// After use, it is the caller's responsibility to call Close on the returned
2121
// SafePath object, which will unmount the temporary file/directory

0 commit comments

Comments
 (0)