spelling: normalize

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2021-03-03 20:59:26 -05:00
parent 895cb51ed9
commit d5eca4e4e3

View File

@ -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