mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 01:42:06 -04:00
fix typo in code comment
This commit is contained in:
parent
4bd2a6a305
commit
d0bc30db59
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ func (i *InmemBackend) FailDelete(fail bool) {
|
|||
atomic.StoreUint32(i.failDelete, val)
|
||||
}
|
||||
|
||||
// List is used ot list all the keys under a given
|
||||
// List is used to list all the keys under a given
|
||||
// prefix, up to the next prefix.
|
||||
func (i *InmemBackend) List(ctx context.Context, prefix string) ([]string, error) {
|
||||
i.permitPool.Acquire()
|
||||
|
|
|
|||
Loading…
Reference in a new issue