aboutsummaryrefslogtreecommitdiff
path: root/generated.go
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2022-10-26 13:47:07 +0200
committerSandro Jäckel <sandro.jaeckel@sap.com>2022-10-26 15:24:17 +0200
commit72b8b1e9e393fa987f5ddfa205ace1ea01f2d592 (patch)
tree62fdc24ba7b13344a7fb6bba867d768fb51f8d30 /generated.go
parentf0036dd9238d42ec0ed00ff97362339af0631c43 (diff)
downloadgo-schwift-72b8b1e9e393fa987f5ddfa205ace1ea01f2d592.tar.gz
Fix typos
Diffstat (limited to 'generated.go')
-rw-r--r--generated.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/generated.go b/generated.go
index e7ffcd9..66c672a 100644
--- a/generated.go
+++ b/generated.go
@@ -11,7 +11,7 @@ package schwift
// AccountHeaders contains the headers for a schwift.Account instance.
//
// To read and write well-known headers, use the methods on this type.
-// To read and write arbitary headers, use the methods on the Headers supertype.
+// To read and write arbitrary headers, use the methods on the Headers supertype.
type AccountHeaders struct {
Headers
}
@@ -98,7 +98,7 @@ func (h AccountHeaders) CreatedAt() FieldUnixTimeReadonly {
// ContainerHeaders contains the headers for a schwift.Container instance.
//
// To read and write well-known headers, use the methods on this type.
-// To read and write arbitary headers, use the methods on the Headers supertype.
+// To read and write arbitrary headers, use the methods on the Headers supertype.
type ContainerHeaders struct {
Headers
}
@@ -241,7 +241,7 @@ func (h ContainerHeaders) VersionsLocation() FieldString {
// ObjectHeaders contains the headers for a schwift.Object instance.
//
// To read and write well-known headers, use the methods on this type.
-// To read and write arbitary headers, use the methods on the Headers supertype.
+// To read and write arbitrary headers, use the methods on the Headers supertype.
type ObjectHeaders struct {
Headers
}