Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion log/level/level.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down