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_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/lru_test.go') diff --git a/utils/lru_test.go b/utils/lru_test.go index 3255f5c1a..ab7d0e50a 100644 --- a/utils/lru_test.go +++ b/utils/lru_test.go @@ -73,7 +73,7 @@ func TestLRU(t *testing.T) { } } -// test that Add return true/false if an eviction occured +// test that Add return true/false if an eviction occurred func TestLRUAdd(t *testing.T) { evictCounter := 0 onEvicted := func(k interface{}, v interface{}) { -- cgit v1.2.3-1-g7c22