From 74eb613919f5f62b99a11544fe8253f4e54bf4c9 Mon Sep 17 00:00:00 2001 From: zhirong Date: Mon, 16 Oct 2017 00:06:20 +0800 Subject: [PATCH] Typo fixed --- cache/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache/cache.go b/cache/cache.go index f7158741..82585c4e 100644 --- a/cache/cache.go +++ b/cache/cache.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package cache provide a Cache interface and some implemetn engine +// Package cache provide a Cache interface and some implement engine // Usage: // // import(