grammar: replace all occurrences of "the the" with "the"

This commit is contained in:
Oscar Utbult
2022-09-17 22:28:56 +02:00
parent d6e40a3f6c
commit 88cf251ef7
8 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ import (
// contains a Pod; Deployment, Job, StatefulSet, etc.
// The ConfigMap is the ReferralTarget, the others are Referrers.
//
// If the the name of a ConfigMap instance changed from 'alice' to 'bob',
// If the name of a ConfigMap instance changed from 'alice' to 'bob',
// one must
// - visit all objects that could refer to the ConfigMap (the Referrers)
// - see if they mention 'alice',