From b93d64c09da9c1113421f893aa2642a534c49021 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 24 Feb 2020 16:15:18 -0500 Subject: [PATCH] spelling: authorizations Signed-off-by: Josh Soref --- deploy/charts/cert-manager/crds/orders.yaml | 4 ++-- deploy/manifests/00-crds.yaml | 4 ++-- pkg/apis/acme/v1alpha2/types_order.go | 2 +- pkg/apis/acme/v1alpha3/types_order.go | 2 +- pkg/internal/apis/acme/types_order.go | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) 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