fix a spelling error

release-0.4
Xiang Li 2013-07-14 15:30:16 -07:00
parent 268ba2592a
commit 346da34a00
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ func init() {
errors[203] = "The given index in POST form is not a number"
// raft related errors
errors[300] = "Raft Internal Error"
errors[301] = "Durning Leader Election"
errors[301] = "During Leader Election"
}
type jsonError struct {