Fix Godoc typos
Signed-off-by: Andy Goldstein <agoldste@redhat.com>
This commit is contained in:
parent
c858a4ba89
commit
b5a63d75ea
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
// InitFunc is the type of a RepositoryMiddleware factory function and is
|
||||
// used to register the contsructor for different RepositoryMiddleware backends.
|
||||
// used to register the constructor for different RepositoryMiddleware backends.
|
||||
type InitFunc func(repository distribution.Repository, options map[string]interface{}) (distribution.Repository, error)
|
||||
|
||||
var middlewares map[string]InitFunc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue