From 6b3cf75fdf70073e4420f6cf3f184bbe28e8b10b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 3 Mar 2021 20:59:19 -0500 Subject: [PATCH] spelling: instrumented Signed-off-by: Josh Soref --- pkg/acme/accounts/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/acme/accounts/client.go b/pkg/acme/accounts/client.go index 40862a1b9..354431d7e 100644 --- a/pkg/acme/accounts/client.go +++ b/pkg/acme/accounts/client.go @@ -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