Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Fix typos #648

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openstack/imageservice/v2/images/requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ type CreateOpts struct {
// Name [required] is the name of the new image.
Name string

// Id [optional] is the the image ID.
// Id [optional] is the image ID.
ID string

// Visibility [optional] defines who can see/use the image.
Expand Down
4 changes: 2 additions & 2 deletions openstack/objectstorage/v1/containers/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ type CreateHeader struct {
TransID string `mapstructure:"X-Trans-Id"`
}

// CreateResult represents the result of a create operation. To extract the
// CreateResult represents the result of a create operation. To extract
// the headers from the HTTP response, you can invoke the 'ExtractHeader'
// method on the result struct.
type CreateResult struct {
Expand Down Expand Up @@ -201,7 +201,7 @@ type UpdateHeader struct {
TransID string `mapstructure:"X-Trans-Id"`
}

// UpdateResult represents the result of an update operation. To extract the
// UpdateResult represents the result of an update operation. To extract
// the headers from the HTTP response, you can invoke the 'ExtractHeader'
// method on the result struct.
type UpdateResult struct {
Expand Down
2 changes: 1 addition & 1 deletion rackspace/objectstorage/v1/cdncontainers/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ type UpdateHeader struct {
TransID string `mapstructure:"X-Trans-Id"`
}

// UpdateResult represents the result of an update operation. To extract the
// UpdateResult represents the result of an update operation. To extract
// the headers from the HTTP response, you can invoke the 'ExtractHeader'
// method on the result struct.
type UpdateResult struct {
Expand Down