aboutsummaryrefslogtreecommitdiff
path: root/headers.go
diff options
context:
space:
mode:
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)