From df77e34fed0d47ae8e44d81ce9b95ea914a548d6 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Tue, 12 Feb 2019 22:11:11 +0100 Subject: [PATCH] Correct "around" Spelling (#242) --- gcsstore/gcsservice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcsstore/gcsservice.go b/gcsstore/gcsservice.go index f1b7319..b9b8c87 100644 --- a/gcsstore/gcsservice.go +++ b/gcsstore/gcsservice.go @@ -71,7 +71,7 @@ type GCSAPI interface { // GCSService holds the cloud.google.com/go/storage client // as well as its associated context. -// Closures are used as minimal wrappers aroudn the Google Cloud Storage API, since the Storage API cannot be mocked. +// Closures are used as minimal wrappers around the Google Cloud Storage API, since the Storage API cannot be mocked. // The usage of these closures allow them to be redefined in the testing package, allowing test to be run against this file. type GCSService struct { Client *storage.Client