mirror of
https://github.com/distribution/distribution.git
synced 2025-09-08 02:09:39 +00:00
chore: fix some typos in comments
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ var (
|
||||
)
|
||||
|
||||
// InitFunc is the type of an AccessController factory function and is used
|
||||
// to register the constructor for different AccesController backends.
|
||||
// to register the constructor for different AccessController backends.
|
||||
type InitFunc func(options map[string]interface{}) (AccessController, error)
|
||||
|
||||
var accessControllers map[string]InitFunc
|
||||
|
Reference in New Issue
Block a user