fix several typo

Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
This commit is contained in:
jerryzhuang
2019-07-16 20:55:56 +08:00
committed by zhuangqh
parent d3ff785e08
commit 0ba0200067
7 changed files with 11 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ var (
G = GetLogger
// L is the default logger. It should be initialized before using `G` or `GetLogger`
// If L is unitialized and no logger is available in a provided context, a
// If L is uninitialized and no logger is available in a provided context, a
// panic will occur.
L Logger = nopLogger{}
)