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) {