From fe8ccc109ddab8584b8eca3f1de59cd675e1a713 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:39:04 +0000 Subject: [PATCH] spelling: already --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.go b/client/client.go index c4314e882..35fff55d7 100644 --- a/client/client.go +++ b/client/client.go @@ -1792,7 +1792,7 @@ func (c *Client) deriveToken(alloc *structs.Allocation, taskNames []string, vcli return unwrappedTokens, nil } -// triggerDiscovery causes a Consul discovery to begin (if one hasn't alread) +// triggerDiscovery causes a Consul discovery to begin (if one hasn't already) func (c *Client) triggerDiscovery() { select { case c.triggerDiscoveryCh <- struct{}{}: