From ee4af7b1e6476e0d2970227db2026d11a037e72e Mon Sep 17 00:00:00 2001 From: Fabian Ruff Date: Mon, 18 Dec 2017 22:10:10 +0100 Subject: [PATCH] fix typo --- log/level/level.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/level/level.go b/log/level/level.go index 6833b0dca..dd4ef60e0 100644 --- a/log/level/level.go +++ b/log/level/level.go @@ -177,7 +177,7 @@ func DebugValue() Value { return debugValue } var ( // key is of type interfae{} so that it allocates once during package - // initialization and avoids allocating every type the value is added to a + // initialization and avoids allocating every time the value is added to a // []interface{} later. key interface{} = "level"