From 3f2cc248af18d1912e9da8008b3e6589d4aee9c2 Mon Sep 17 00:00:00 2001 From: Tim Schindler Date: Thu, 30 Jun 2016 19:10:15 +0000 Subject: [PATCH] fixed typo: explitely -> explicitly --- physical/etcd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physical/etcd_test.go b/physical/etcd_test.go index 1e7e671377..36ca26e8cb 100644 --- a/physical/etcd_test.go +++ b/physical/etcd_test.go @@ -47,7 +47,7 @@ func TestEtcdBackend(t *testing.T) { }() // Generate new etcd backend. The etcd address is read from ETCD_ADDR. No - // need to provide it explitely. + // need to provide it explicitly. logger := log.New(os.Stderr, "", log.LstdFlags) b, err := NewBackend("etcd", logger, map[string]string{ "path": randPath,