From d5eca4e4e39ab69b9fff0b079111b0a046934d4c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 3 Mar 2021 20:59:26 -0500 Subject: [PATCH] spelling: normalize Signed-off-by: Josh Soref --- pkg/controller/acmeorders/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/acmeorders/util.go b/pkg/controller/acmeorders/util.go index 5fd8ca1c5..455fb11e8 100644 --- a/pkg/controller/acmeorders/util.go +++ b/pkg/controller/acmeorders/util.go @@ -177,7 +177,7 @@ func challengeSpecForAuthorization(ctx context.Context, cl acmecl.Interface, iss dbg.Info("determining whether this match is more significant than last") // because we don't count multiple dnsName matches as extra 'weight' - // in the selection process, we normalise the numDNSNamesMatch vars + // in the selection process, we normalize the numDNSNamesMatch vars // to be either 1 or 0 (i.e. true or false) selectedHasMatchingDNSNames := selectedNumDNSNamesMatch > 0 hasMatchingDNSNames := numDNSNamesMatch > 0