From 6445745c740ea66303ea2cc86b972aed387daeb2 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 20 Nov 2018 08:54:21 -0500 Subject: [PATCH] fix typo --- nomad/vault.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/vault.go b/nomad/vault.go index 11c6ba02a..031780318 100644 --- a/nomad/vault.go +++ b/nomad/vault.go @@ -210,7 +210,7 @@ type vaultClient struct { // childTTL is the TTL for child tokens. childTTL string - // currentExpiration is the time the current tokean lease expires + // currentExpiration is the time the current token lease expires currentExpiration time.Time tomb *tomb.Tomb