From 5990aeb7198a4961a363eeb422a3faa57c8dc029 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Tue, 6 Dec 2016 23:17:16 +0100 Subject: revision based on goreportcard.com --- plumbing/storer/object.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/storer/object.go') diff --git a/plumbing/storer/object.go b/plumbing/storer/object.go index c7841b6..60b9171 100644 --- a/plumbing/storer/object.go +++ b/plumbing/storer/object.go @@ -45,7 +45,7 @@ type Transactioner interface { // PackfileWriter is a optional method for ObjectStorer, it enable direct write // of packfile to the storage type PackfileWriter interface { - // PackfileWriter retuns a writer for writing a packfile to the storage + // PackfileWriter returns a writer for writing a packfile to the storage // // If the Storer not implements PackfileWriter the objects should be written // using the Set method. -- cgit