Skip to content

Commit

Permalink
Fix spelling (cloudflare#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Jul 2, 2020
1 parent f83867b commit f76f4c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions logpush.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
2 changes: 1 addition & 1 deletion universal_ssl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f76f4c8

Please sign in to comment.