diff --git a/openstack/imageservice/v2/images/requests.go b/openstack/imageservice/v2/images/requests.go index 9e3b9c98..527633e4 100644 --- a/openstack/imageservice/v2/images/requests.go +++ b/openstack/imageservice/v2/images/requests.go @@ -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. diff --git a/openstack/objectstorage/v1/containers/results.go b/openstack/objectstorage/v1/containers/results.go index e682b8dc..1f44aaa9 100644 --- a/openstack/objectstorage/v1/containers/results.go +++ b/openstack/objectstorage/v1/containers/results.go @@ -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 { @@ -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 { diff --git a/rackspace/objectstorage/v1/cdncontainers/results.go b/rackspace/objectstorage/v1/cdncontainers/results.go index cb0ad309..335408af 100644 --- a/rackspace/objectstorage/v1/cdncontainers/results.go +++ b/rackspace/objectstorage/v1/cdncontainers/results.go @@ -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 {