diff options
Diffstat (limited to 'plumbing/storer/object.go')
-rw-r--r-- | plumbing/storer/object.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |