fix spelling issue

pull/820/head
Xiang Li 2013-07-26 16:47:51 -07:00
parent ecd1b05db6
commit bad6dd50e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package raft
// Leave command interface
type DefaultCommand interface {
type LeaveCommand interface {
CommandName() string
Apply(server *Server) (interface{}, error)
NodeName() string