s/repalce/replace

This commit is contained in:
Stefan Schmidt 2018-01-23 17:41:03 +01:00
parent 02531b237c
commit ee6c8a777a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ type Provider struct {
meta interface{}
// a mutex is required because TestReset can directly repalce the stopCtx
// a mutex is required because TestReset can directly replace the stopCtx
stopMu sync.Mutex
stopCtx context.Context
stopCtxCancel context.CancelFunc