From f76f4c83971a7e6b8adf637a8fd5dccedf757d0d Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 2 Jul 2020 22:43:51 +1000 Subject: [PATCH] Fix spelling (#495) --- logpush.go | 4 ++-- universal_ssl.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/logpush.go b/logpush.go index 6272e138c86..8b011f2ba36 100644 --- a/logpush.go +++ b/logpush.go @@ -61,9 +61,9 @@ type LogpushGetOwnershipChallengeRequest struct { DestinationConf string `json:"destination_conf"` } -// LogpushOwnershipChallangeValidationResponse is the API response, +// LogpushOwnershipChallengeValidationResponse is the API response, // containing a ownership challenge validation result. -type LogpushOwnershipChallangeValidationResponse struct { +type LogpushOwnershipChallengeValidationResponse struct { Response Result struct { Valid bool `json:"valid"` diff --git a/universal_ssl.go b/universal_ssl.go index 663e0f7646f..85379fbeead 100644 --- a/universal_ssl.go +++ b/universal_ssl.go @@ -71,7 +71,7 @@ func (api *API) EditUniversalSSLSetting(zoneID string, setting UniversalSSLSetti } -// UniversalSSLVerificationDetails returns the details for a universal ssl verifcation +// UniversalSSLVerificationDetails returns the details for a universal ssl verification // // API reference: https://api.cloudflare.com/#ssl-verification-ssl-verification-details func (api *API) UniversalSSLVerificationDetails(zoneID string) ([]UniversalSSLVerificationDetails, error) {