Fix comment typo

It's time to get my first vault commit in! :D
This commit is contained in:
Paul Hinze 2015-04-22 16:59:16 -05:00
parent 13106b5fe6
commit 16d1c1f284
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import "fmt"
// Backend is the interface required for a physical // Backend is the interface required for a physical
// backend. A physical backend is used to durably store // 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 // and is only accessed via a security barrier. The backends
// must represent keys in a hierarchical manner. All methods // must represent keys in a hierarchical manner. All methods
// are expected to be thread safe. // are expected to be thread safe.