spelling: normalize
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
895cb51ed9
commit
d5eca4e4e3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user