Browse Source

etcdhttp: fix typo in test comment

Jonathan Boulle 11 years ago
parent
commit
0f7add9722
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etcdserver/etcdhttp/client_test.go

+ 1 - 1
etcdserver/etcdhttp/client_test.go

@@ -786,7 +786,7 @@ func TestServeMembersFail(t *testing.T) {
 			http.StatusInternalServerError,
 		},
 		{
-			// etcdserver.RemoveMember error with preivously removed ID
+			// etcdserver.RemoveMember error with previously removed ID
 			&http.Request{
 				URL:    mustNewURL(t, path.Join(membersPrefix, "0")),
 				Method: "DELETE",