diff --git a/apps.go b/apps.go index 53e78eb9..f3b8ecdf 100644 --- a/apps.go +++ b/apps.go @@ -126,7 +126,7 @@ type ListJobInvocationsOptions struct { Page int `url:"page,omitempty"` // For paginated result sets, the number of results to include per page. PerPage int `url:"per_page,omitempty"` - // DeploymentID is an optional paramerter. This is used to filter job invocations to a specific deployment. + // DeploymentID is an optional parameter. This is used to filter job invocations to a specific deployment. DeploymentID string `url:"deployment_id,omitempty"` // JobNames is an optional parameter. This is used to filter job invocations by job names. JobNames []string `url:"job_names,omitempty"` diff --git a/databases.go b/databases.go index b535dc48..6fa03864 100644 --- a/databases.go +++ b/databases.go @@ -1020,7 +1020,7 @@ type ListDatabaseEvents struct { Events []DatabaseEvent `json:"events"` } -// DatbaseEvent contains the information about a Datbase event. +// DatabaseEvent contains the information about a Database event. type DatabaseEvent struct { ID string `json:"id"` ServiceName string `json:"cluster_name"` diff --git a/registry_test.go b/registry_test.go index feff93f9..befc0ce6 100644 --- a/registry_test.go +++ b/registry_test.go @@ -979,7 +979,7 @@ func TestRegistries_Get(t *testing.T) { Region: testRegion, } - // We return `read_only` and `type` (only for multi-regsitry) -- check if we need to do this or not -- older tests don't add `read_only` to the response + // We return `read_only` and `type` (only for multi-registry) -- check if we need to do this or not -- older tests don't add `read_only` to the response getResponseJSON := ` { "registry": {