From c10723cd5a387e9eef09a45f823b65ea4fe56a65 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:55:30 +0000 Subject: [PATCH] spelling: server --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.go b/client/client.go index 90b3d554d..937838ad4 100644 --- a/client/client.go +++ b/client/client.go @@ -613,7 +613,7 @@ func (c *Client) SetServers(in []string) error { } // setServersImpl sets a new list of nomad servers to connect to. If force is -// set, we add the server to the internal severlist even if the server could not +// set, we add the server to the internal serverlist even if the server could not // be pinged. An error is returned if no endpoints were valid when non-forcing. // // Force should be used when setting the servers from the initial configuration