mirror of https://github.com/perkeep/perkeep.git
typo in doc for CreateHandler
Change-Id: I31b1f87c6ec9d24d518b2d0ebf6e0e4dd81e7ff6
This commit is contained in:
parent
2acf13c702
commit
1a9aa07496
|
@ -128,7 +128,7 @@ func RegisterHandlerConstructor(typ string, ctor HandlerConstructor) {
|
|||
// provided JSON configuration, and finding peer handlers and
|
||||
// configuration from the environment in 'loader'.
|
||||
//
|
||||
// The handler 'typ' must have bee previously registered with
|
||||
// The handler 'typ' must have been previously registered with
|
||||
// RegisterHandlerConstructor.
|
||||
func CreateHandler(typ string, loader Loader, config jsonconfig.Obj) (http.Handler, error) {
|
||||
mapLock.Lock()
|
||||
|
|
Loading…
Reference in New Issue