typo in doc for CreateHandler

Change-Id: I31b1f87c6ec9d24d518b2d0ebf6e0e4dd81e7ff6
This commit is contained in:
tnt 2014-09-04 00:35:20 +02:00
parent 2acf13c702
commit 1a9aa07496
1 changed files with 1 additions and 1 deletions

View File

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