From ee6c8a777ae1d279e9630c0209651cbb209ee60e Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 23 Jan 2018 17:41:03 +0100 Subject: [PATCH] s/repalce/replace --- helper/schema/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/schema/provider.go b/helper/schema/provider.go index 0ade98bea..6cd325daf 100644 --- a/helper/schema/provider.go +++ b/helper/schema/provider.go @@ -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