Merge pull request #307 from xlgao-zju/fix-typo

Fix misspell to make go report more happy
This commit is contained in:
Pengfei Ni 2017-01-04 15:45:20 +08:00 committed by GitHub
commit 295cc1ea1a

View file

@ -64,7 +64,7 @@ func (c *memoryStore) First(filter StoreFilter) *Container {
} }
// ApplyAll calls the reducer function with every container in the store. // 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. // NOTE: Modifications to the store MUST NOT be done by the StoreReducer.
func (c *memoryStore) ApplyAll(apply StoreReducer) { func (c *memoryStore) ApplyAll(apply StoreReducer) {
wg := new(sync.WaitGroup) wg := new(sync.WaitGroup)