mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
fixed typo: explitely -> explicitly
This commit is contained in:
parent
9c2c99a587
commit
3f2cc248af
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue