From cc582be46eddbc09fb69438a55362b1c77d605fb Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:48:04 +0000 Subject: [PATCH] spelling: configuration --- api/operator.go | 2 +- nomad/structs/operator.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/operator.go b/api/operator.go index 65fca2322..be2ba8005 100644 --- a/api/operator.go +++ b/api/operator.go @@ -37,7 +37,7 @@ type RaftServer struct { RaftProtocol string } -// RaftConfigration is returned when querying for the current Raft configuration. +// RaftConfiguration is returned when querying for the current Raft configuration. type RaftConfiguration struct { // Servers has the list of servers in the Raft configuration. Servers []*RaftServer diff --git a/nomad/structs/operator.go b/nomad/structs/operator.go index 43bd6a420..ecd7f97d4 100644 --- a/nomad/structs/operator.go +++ b/nomad/structs/operator.go @@ -33,7 +33,7 @@ type RaftServer struct { RaftProtocol string } -// RaftConfigrationResponse is returned when querying for the current Raft +// RaftConfigurationResponse is returned when querying for the current Raft // configuration. type RaftConfigurationResponse struct { // Servers has the list of servers in the Raft configuration.