Merge pull request #17170 from ubschmidt2/master

s/repalce/replace
This commit is contained in:
James Bardin 2018-01-25 13:40:01 -05:00 committed by GitHub
commit 54d12f6703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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