Skip to content

Commit

Permalink
Merge pull request go-kit#645 from databus23/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
ChrisHines authored Dec 19, 2017
2 parents 1b4cf21 + ee4af7b commit 953e747
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 953e747

Please sign in to comment.