aboutsummaryrefslogtreecommitdiff
path: root/headers.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 /headers.go
parentf0036dd9238d42ec0ed00ff97362339af0631c43 (diff)
downloadgo-schwift-72b8b1e9e393fa987f5ddfa205ace1ea01f2d592.tar.gz
Fix typos
Diffstat (limited to 'headers.go')
-rw-r--r--headers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers.go b/headers.go
index ec953d2..a4fda78 100644
--- a/headers.go
+++ b/headers.go
@@ -28,7 +28,7 @@ import (
// Users will typically use one of the subtypes (AccountHeaders,
// ContainerHeaders, ObjectHeaders) instead, which provide type-safe access to
// well-known headers. The http.Header-like interface on this type can be used
-// read and write arbitary headers. For example, the following calls are
+// read and write arbitrary headers. For example, the following calls are
// equivalent:
//
// h := make(AccountHeaders)