mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
spelling: configuration
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user