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 --- headers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'headers.go') 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) -- cgit v1.2.3