From e7203bf81b2c7c186341f732169df114f78a4829 Mon Sep 17 00:00:00 2001 From: Jorge Vallecillo Date: Fri, 18 Sep 2020 09:26:39 -0600 Subject: [PATCH] Fix 2 typos Consecutive occurrences of 'the' Signed-off-by: Jorge Vallecillo --- cli/command/service/update.go | 2 +- cli/command/service/update_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/command/service/update.go b/cli/command/service/update.go index 663cbc4754..2a701ec0bd 100644 --- a/cli/command/service/update.go +++ b/cli/command/service/update.go @@ -1129,7 +1129,7 @@ type hostMapping struct { // were added, as the specification mentions that in case multiple entries for a // 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 // in an entry (IP-address canonical_hostname [alias ...]) // diff --git a/cli/command/service/update_test.go b/cli/command/service/update_test.go index 7cdd17300f..d750a21975 100644 --- a/cli/command/service/update_test.go +++ b/cli/command/service/update_test.go @@ -1103,7 +1103,7 @@ func TestUpdateGetUpdatedConfigs(t *testing.T) { // flags are the flags we'll be setting flags []flagVal // 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 oldConfigs []string // oldCredSpec is the credentialSpec being carried over from the old