From 869f871628b6baa9cfbc11732cdf6546b17c1298 Mon Sep 17 00:00:00 2001 From: maru <1249107551@qq.com> Date: Mon, 1 Jul 2019 18:44:52 +0800 Subject: [PATCH] groupcache.go: fix misspelling --- groupcache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groupcache.go b/groupcache.go index 316ca49..8cf714a 100644 --- a/groupcache.go +++ b/groupcache.go @@ -245,7 +245,7 @@ func (g *Group) load(ctx Context, key string, dest Sink) (value ByteView, destPo // be only one entry for this key. // // Consider the following serialized event ordering for two - // goroutines in which this callback gets called twice for hte + // goroutines in which this callback gets called twice for the // same key: // 1: Get("key") // 2: Get("key")