fixed typo: explitely -> explicitly

This commit is contained in:
Tim Schindler
2016-06-30 19:10:15 +00:00
parent 9c2c99a587
commit 3f2cc248af

View File

@@ -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,