Parcourir la source

fix a spelling error

Xiang Li il y a 13 ans
Parent
commit
346da34a00
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      error.go

+ 1 - 1
error.go

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