From 6dcde8a7438f24d28d6e6013d1e6f8e3b1e40649 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Fri, 11 Mar 2022 15:22:53 -0800 Subject: [PATCH] Fix typo --- ca/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca/client.go b/ca/client.go index 40618330..3a36fcd6 100644 --- a/ca/client.go +++ b/ca/client.go @@ -563,7 +563,7 @@ func (c *Client) retryOnError(r *http.Response) bool { return false } -// GetCaURL returns the configura CA url. +// GetCaURL returns the configured CA url. func (c *Client) GetCaURL() string { return c.endpoint.String() }