Procházet zdrojové kódy

Merge pull request #1603 from jonboulle/typo

etcdhttp: fix typo in test comment
Jonathan Boulle před 11 roky
rodič
revize
9e001dee29
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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",