mirror of https://github.com/perkeep/perkeep.git
blobserver: fix errant word in comment
Change-Id: Ibd8b5f0a68ee28827f2fe1bffcee2e78b494ce06
This commit is contained in:
parent
d5f02aaacf
commit
9040f94d1f
|
@ -208,7 +208,7 @@ type WholeRefFetcher interface {
|
|||
// subtracting any offset.
|
||||
//
|
||||
// The err will be os.ErrNotExist if the wholeref is not
|
||||
// known.OpenWholeRef
|
||||
// known.
|
||||
OpenWholeRef(wholeRef blob.Ref, offset int64) (rc io.ReadCloser, wholeSize int64, err error)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue