mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
fixed typo: explitely -> explicitly
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user