etcdhttp: fix typo in test comment

release-2.0
Jonathan Boulle 2014-11-04 12:57:59 -08:00
parent 915f8f4822
commit 0f7add9722
1 changed files with 1 additions and 1 deletions

View File

@ -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",