s/repalce/replace
This commit is contained in:
parent
02531b237c
commit
ee6c8a777a
|
@ -59,7 +59,7 @@ type Provider struct {
|
||||||
|
|
||||||
meta interface{}
|
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
|
stopMu sync.Mutex
|
||||||
stopCtx context.Context
|
stopCtx context.Context
|
||||||
stopCtxCancel context.CancelFunc
|
stopCtxCancel context.CancelFunc
|
||||||
|
|
Loading…
Reference in New Issue