spelling: instrumented

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2021-03-03 20:59:19 -05:00
parent 6d7401e48a
commit 6b3cf75fdf

View File

@ -43,7 +43,7 @@ func NewClient(client *http.Client, config cmacme.ACMEIssuer, privateKey *rsa.Pr
}
}
// BuildHTTPClient returns a instramented HTTP client to be used by the ACME
// BuildHTTPClient returns a instrumented HTTP client to be used by the ACME
// client.
// For the time being, we construct a new HTTP client on each invocation.
// This is because we need to set the 'skipTLSVerify' flag on the HTTP client