Explorar o código

fix a spelling error

Xiang Li %!s(int64=13) %!d(string=hai) anos
pai
achega
346da34a00
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {