spelling: server

This commit is contained in:
Josh Soref
2018-03-11 18:55:30 +00:00
parent 06760728ac
commit c10723cd5a

View File

@@ -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