Skip to content

Commit

Permalink
lru: fix misspelling (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
two authored and bradfitz committed Jan 29, 2019
1 parent c65c006 commit 5b532d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lru/lru.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type Cache struct {
// an item is evicted. Zero means no limit.
MaxEntries int

// OnEvicted optionally specificies a callback function to be
// OnEvicted optionally specifies a callback function to be
// executed when an entry is purged from the cache.
OnEvicted func(key Key, value interface{})

Expand Down

0 comments on commit 5b532d6

Please sign in to comment.