diff --git a/deploy/charts/cert-manager/crds/orders.yaml b/deploy/charts/cert-manager/crds/orders.yaml index b2446562d..a9a05b126 100644 --- a/deploy/charts/cert-manager/crds/orders.yaml +++ b/deploy/charts/cert-manager/crds/orders.yaml @@ -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 diff --git a/deploy/manifests/00-crds.yaml b/deploy/manifests/00-crds.yaml index daad8cf5c..20c49a554 100644 --- a/deploy/manifests/00-crds.yaml +++ b/deploy/manifests/00-crds.yaml @@ -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 diff --git a/pkg/apis/acme/v1alpha2/types_order.go b/pkg/apis/acme/v1alpha2/types_order.go index ef2f79a9d..ccb31657d 100644 --- a/pkg/apis/acme/v1alpha2/types_order.go +++ b/pkg/apis/acme/v1alpha2/types_order.go @@ -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"` diff --git a/pkg/apis/acme/v1alpha3/types_order.go b/pkg/apis/acme/v1alpha3/types_order.go index 618f2a6a5..5361fda05 100644 --- a/pkg/apis/acme/v1alpha3/types_order.go +++ b/pkg/apis/acme/v1alpha3/types_order.go @@ -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"` diff --git a/pkg/internal/apis/acme/types_order.go b/pkg/internal/apis/acme/types_order.go index 681913171..d0f757f73 100644 --- a/pkg/internal/apis/acme/types_order.go +++ b/pkg/internal/apis/acme/types_order.go @@ -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