From 72b8b1e9e393fa987f5ddfa205ace1ea01f2d592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 26 Oct 2022 13:47:07 +0200 Subject: Fix typos --- generated.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'generated.go') 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 } -- cgit v1.2.3