Browse Source

doc: fix trivial typo s/NewFSMPath/NewFSM/

pull/1895/head
Seth Hoenig 9 years ago
parent
commit
c3637e6ed7
  1. 2
      consul/fsm.go

2
consul/fsm.go

@ -42,7 +42,7 @@ type snapshotHeader struct {
LastIndex uint64
}
// NewFSMPath is used to construct a new FSM with a blank state
// NewFSM is used to construct a new FSM with a blank state
func NewFSM(gc *state.TombstoneGC, logOutput io.Writer) (*consulFSM, error) {
stateNew, err := state.NewStateStore(gc)
if err != nil {

Loading…
Cancel
Save