From a97fab4119086552e4c6fc8057bab3a766e2c46b Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 3 Nov 2020 12:48:48 -0800 Subject: [PATCH] Fix mispell. --- cas/apiv1/requests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cas/apiv1/requests.go b/cas/apiv1/requests.go index 38db3a67..68f1cb7b 100644 --- a/cas/apiv1/requests.go +++ b/cas/apiv1/requests.go @@ -126,7 +126,7 @@ type CreateCertificateAuthorityRequest struct { } // CreateCertificateAuthorityResponse is the response for -// CreateCertificateAuthority method and contains the root or intermedate +// CreateCertificateAuthority method and contains the root or intermediate // certificate generated as well as the CA chain. type CreateCertificateAuthorityResponse struct { Name string