From 9ff0d20036a39b0f94bf960b43b97dffa3828edf Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 3 May 2017 20:25:55 -0400 Subject: [PATCH] Fix comment typo --- vault/policy_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault/policy_store.go b/vault/policy_store.go index 82cf43f6af..0768f76f78 100644 --- a/vault/policy_store.go +++ b/vault/policy_store.go @@ -70,7 +70,7 @@ path "sys/leases/renew" { } # Allow looking up lease properties. This requires knowing the lease ID ahead -# of time and does not divulege any sensitive information. +# of time and does not divulge any sensitive information. path "sys/leases/lookup" { capabilities = ["update"] }