spelling: already

This commit is contained in:
Josh Soref
2018-03-11 17:39:04 +00:00
parent 461d44f924
commit fe8ccc109d

View File

@@ -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{}{}: