From 56dc863de14da2c5d6b897352e91384a91a40f94 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 21 Dec 2016 23:29:38 +0100 Subject: Fix some typos in the English locale (fixes #4663) (#4793) --- utils/lru.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/lru.go') diff --git a/utils/lru.go b/utils/lru.go index f5f7959d8..41ba72d71 100644 --- a/utils/lru.go +++ b/utils/lru.go @@ -68,7 +68,7 @@ func (c *Cache) Add(key, value interface{}) bool { return c.AddWithExpiresInSecs(key, value, 0) } -// Add adds a value to the cache. Returns true if an eviction occured. +// Add adds a value to the cache. Returns true if an eviction occurred. func (c *Cache) AddWithExpiresInSecs(key, value interface{}, expireAtSecs int64) bool { c.lock.Lock() defer c.lock.Unlock() -- cgit v1.2.3-1-g7c22