spelling: authorizations

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-02-24 16:15:18 -05:00
parent 80bede1039
commit b93d64c09d
5 changed files with 7 additions and 7 deletions

View File

@ -120,8 +120,8 @@ spec:
properties:
authorizations:
description: Authorizations contains data returned from the ACME server
on what authoriations must be completed in order to validate the DNS
names specified on the Order.
on what authorizations must be completed in order to validate the
DNS names specified on the Order.
type: array
items:
description: ACMEAuthorization contains data returned from the ACME

View File

@ -5778,8 +5778,8 @@ spec:
properties:
authorizations:
description: Authorizations contains data returned from the ACME server
on what authoriations must be completed in order to validate the DNS
names specified on the Order.
on what authorizations must be completed in order to validate the
DNS names specified on the Order.
type: array
items:
description: ACMEAuthorization contains data returned from the ACME

View File

@ -99,7 +99,7 @@ type OrderStatus struct {
FinalizeURL string `json:"finalizeURL,omitempty"`
// Authorizations contains data returned from the ACME server on what
// authoriations must be completed in order to validate the DNS names
// authorizations must be completed in order to validate the DNS names
// specified on the Order.
// +optional
Authorizations []ACMEAuthorization `json:"authorizations,omitempty"`

View File

@ -99,7 +99,7 @@ type OrderStatus struct {
FinalizeURL string `json:"finalizeURL,omitempty"`
// Authorizations contains data returned from the ACME server on what
// authoriations must be completed in order to validate the DNS names
// authorizations must be completed in order to validate the DNS names
// specified on the Order.
// +optional
Authorizations []ACMEAuthorization `json:"authorizations,omitempty"`

View File

@ -101,7 +101,7 @@ type OrderStatus struct {
Reason string
// Authorizations contains data returned from the ACME server on what
// authoriations must be completed in order to validate the DNS names
// authorizations must be completed in order to validate the DNS names
// specified on the Order.
Authorizations []ACMEAuthorization