mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
s/repalce/replace
This commit is contained in:
parent
02531b237c
commit
ee6c8a777a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user