Optimize some wrong usage and spelling

Signed-off-by: wgliang <liangcszzu@163.com>
This commit is contained in:
wangguoliang
2017-09-06 16:54:24 +08:00
parent d7b4c7e0ea
commit 94cefa2145
13 changed files with 25 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ import (
"golang.org/x/net/context"
)
// CreateOpt is is passed used to change the defualt plugin config before
// CreateOpt is is passed used to change the default plugin config before
// creating it
type CreateOpt func(*Config)