Browse Source

rafthttp: fix typo in test comment

Shawn Smith 10 years ago
parent
commit
96d82b40fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rafthttp/http_test.go

+ 1 - 1
rafthttp/http_test.go

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