mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Fix comment typo
It's time to get my first vault commit in! :D
This commit is contained in:
parent
0a6a8e528b
commit
c36486c423
@ -4,7 +4,7 @@ import "fmt"
|
||||
|
||||
// Backend is the interface required for a physical
|
||||
// backend. A physical backend is used to durably store
|
||||
// datd outside of Vault. As such, it is completely untrusted,
|
||||
// data outside of Vault. As such, it is completely untrusted,
|
||||
// and is only accessed via a security barrier. The backends
|
||||
// must represent keys in a hierarchical manner. All methods
|
||||
// are expected to be thread safe.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user