From ab4a408b66564656faaf6ed908bb15fca94b2e9a Mon Sep 17 00:00:00 2001 From: Xianglin Gao Date: Wed, 4 Jan 2017 14:24:11 +0800 Subject: [PATCH] fix typo to make go report more happy Signed-off-by: Xianglin Gao --- oci/memory_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci/memory_store.go b/oci/memory_store.go index 9255cd0d..f405a7b7 100644 --- a/oci/memory_store.go +++ b/oci/memory_store.go @@ -64,7 +64,7 @@ func (c *memoryStore) First(filter StoreFilter) *Container { } // ApplyAll calls the reducer function with every container in the store. -// This operation is asyncronous in the memory store. +// This operation is asynchronous in the memory store. // NOTE: Modifications to the store MUST NOT be done by the StoreReducer. func (c *memoryStore) ApplyAll(apply StoreReducer) { wg := new(sync.WaitGroup)