spelling: configuration

This commit is contained in:
Josh Soref
2018-03-11 17:48:04 +00:00
parent 96555637f8
commit cc582be46e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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