소스 검색

update error name

Xiang Li 12 년 전
부모
커밋
5f846d5d47
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      error.go

+ 1 - 1
error.go

@@ -13,7 +13,7 @@ func init() {
 	errors[100] = "Key Not Found"
 	errors[100] = "Key Not Found"
 	errors[101] = "The given PrevValue is not equal to the value of the key"
 	errors[101] = "The given PrevValue is not equal to the value of the key"
 	errors[102] = "Not A File"
 	errors[102] = "Not A File"
-	errors[103] = "Reach the max number of machines in the cluster"
+	errors[103] = "Reached the max number of machines in the cluster"
 
 
 	// Post form related errors
 	// Post form related errors
 	errors[200] = "Value is Required in POST form"
 	errors[200] = "Value is Required in POST form"