From fd89281dfd6ab1b33f65c3ac990ac5cb851d7af5 Mon Sep 17 00:00:00 2001 From: Patrick Mylund Nielsen Date: Thu, 8 Aug 2013 14:53:24 -0400 Subject: [PATCH] s/field/fields/ --- cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.go b/cache.go index 4901c16..b051359 100644 --- a/cache.go +++ b/cache.go @@ -936,7 +936,7 @@ func (c *cache) LoadFile(fname string) error { // Returns the items in the cache. This may include items that have expired, // but have not yet been cleaned up. If this is significant, the Expiration -// field of the items should be checked. +// fields of the items should be checked. func (c *cache) Items() map[string]*Item { c.RLock() defer c.RUnlock()