Fix Godoc typos

Signed-off-by: Andy Goldstein <agoldste@redhat.com>
This commit is contained in:
Andy Goldstein 2015-03-09 12:42:23 -04:00 committed by David Lawrence
parent 6a72d1aefb
commit 5c3f53b70f
4 changed files with 4 additions and 4 deletions

View file

@ -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