aboutsummaryrefslogtreecommitdiff
path: root/acme/rfc8555.go
diff options
context:
space:
mode:
Diffstat (limited to 'acme/rfc8555.go')
-rw-r--r--acme/rfc8555.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/acme/rfc8555.go b/acme/rfc8555.go
index fc653f3..976b277 100644
--- a/acme/rfc8555.go
+++ b/acme/rfc8555.go
@@ -232,7 +232,7 @@ func (c *Client) AuthorizeOrder(ctx context.Context, id []AuthzID, opt ...OrderO
return responseOrder(res)
}
-// GetOrder retrives an order identified by the given URL.
+// GetOrder retrieves an order identified by the given URL.
// For orders created with AuthorizeOrder, the url value is Order.URI.
//
// If a caller needs to poll an order until its status is final,