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
|
@ -110,7 +110,7 @@ func (uic userInfoContext) Value(key interface{}) interface{} {
|
|||
}
|
||||
|
||||
// InitFunc is the type of an AccessController factory function and is used
|
||||
// to register the contsructor for different AccesController backends.
|
||||
// to register the constructor for different AccesController backends.
|
||||
type InitFunc func(options map[string]interface{}) (AccessController, error)
|
||||
|
||||
var accessControllers map[string]InitFunc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue