Merge pull request #2732 from altmas5/fix-typos

Fix 2 typos
This commit is contained in:
Sebastiaan van Stijn 2020-09-22 14:12:16 +02:00 committed by GitHub
commit e4b7edde09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1129,7 +1129,7 @@ type hostMapping struct {
// were added, as the specification mentions that in case multiple entries for a // were added, as the specification mentions that in case multiple entries for a
// host exist, the first entry should be used (by default). // host exist, the first entry should be used (by default).
// //
// Note that, even though unsupported by the the CLI, the service specs format // Note that, even though unsupported by the CLI, the service specs format
// allow entries with both a _canonical_ hostname, and one or more aliases // allow entries with both a _canonical_ hostname, and one or more aliases
// in an entry (IP-address canonical_hostname [alias ...]) // in an entry (IP-address canonical_hostname [alias ...])
// //

View File

@ -1103,7 +1103,7 @@ func TestUpdateGetUpdatedConfigs(t *testing.T) {
// flags are the flags we'll be setting // flags are the flags we'll be setting
flags []flagVal flags []flagVal
// oldConfigs are the configs that would already be on the service // oldConfigs are the configs that would already be on the service
// it is a slice of strings corresponding to the the key of // it is a slice of strings corresponding to the key of
// cannedConfigRefs // cannedConfigRefs
oldConfigs []string oldConfigs []string
// oldCredSpec is the credentialSpec being carried over from the old // oldCredSpec is the credentialSpec being carried over from the old