Skip to content

Commit e4b7edd

Browse files
authored
Merge pull request #2732 from altmas5/fix-typos
Fix 2 typos
2 parents 8822cab + e7203bf commit e4b7edd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/command/service/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ type hostMapping struct {
11291129
// were added, as the specification mentions that in case multiple entries for a
11301130
// host exist, the first entry should be used (by default).
11311131
//
1132-
// Note that, even though unsupported by the the CLI, the service specs format
1132+
// Note that, even though unsupported by the CLI, the service specs format
11331133
// allow entries with both a _canonical_ hostname, and one or more aliases
11341134
// in an entry (IP-address canonical_hostname [alias ...])
11351135
//

cli/command/service/update_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ func TestUpdateGetUpdatedConfigs(t *testing.T) {
11031103
// flags are the flags we'll be setting
11041104
flags []flagVal
11051105
// oldConfigs are the configs that would already be on the service
1106-
// it is a slice of strings corresponding to the the key of
1106+
// it is a slice of strings corresponding to the key of
11071107
// cannedConfigRefs
11081108
oldConfigs []string
11091109
// oldCredSpec is the credentialSpec being carried over from the old

0 commit comments

Comments
 (0)