Ver Fonte

rafthttp: fix typo in test comment

Shawn Smith há 10 anos atrás
pai
commit
96d82b40fb
1 ficheiros alterados com 1 adições e 1 exclusões
  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",