rafthttp: fix typo in test comment

This commit is contained in:
Shawn Smith 2016-01-29 15:59:36 +09:00
parent e7f50d8444
commit 96d82b40fb

View File

@ -254,7 +254,7 @@ func TestServeRaftStreamPrefixBad(t *testing.T) {
"1", "1",
http.StatusNotFound, http.StatusNotFound,
}, },
// non-existant peer // non-existent peer
{ {
"GET", "GET",
RaftStreamPrefix + "/message/2", RaftStreamPrefix + "/message/2",