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

Commit 7c0e5c1

Browse files
committed
Fix typos
1 parent e00690e commit 7c0e5c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

openstack/imageservice/v2/images/requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ type CreateOpts struct {
9090
// Name [required] is the name of the new image.
9191
Name string
9292

93-
// Id [optional] is the the image ID.
93+
// Id [optional] is the image ID.
9494
ID string
9595

9696
// Visibility [optional] defines who can see/use the image.

openstack/objectstorage/v1/containers/results.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ type CreateHeader struct {
163163
TransID string `mapstructure:"X-Trans-Id"`
164164
}
165165

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

204-
// UpdateResult represents the result of an update operation. To extract the
204+
// UpdateResult represents the result of an update operation. To extract
205205
// the headers from the HTTP response, you can invoke the 'ExtractHeader'
206206
// method on the result struct.
207207
type UpdateResult struct {

rackspace/objectstorage/v1/cdncontainers/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ type UpdateHeader struct {
118118
TransID string `mapstructure:"X-Trans-Id"`
119119
}
120120

121-
// UpdateResult represents the result of an update operation. To extract the
121+
// UpdateResult represents the result of an update operation. To extract
122122
// the headers from the HTTP response, you can invoke the 'ExtractHeader'
123123
// method on the result struct.
124124
type UpdateResult struct {

0 commit comments

Comments
 (0)