Преглед на файлове

rafthttp: fix typo in test comment

Shawn Smith преди 10 години
родител
ревизия
96d82b40fb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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",