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)