Brad Fitzpatrick 11 năm trước cách đây
mục cha
commit
6bb6643a08
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server_test.go

+ 1 - 1
server_test.go

@@ -1408,7 +1408,7 @@ func TestServer_Response_LargeWrite(t *testing.T) {
 		if err := st.fr.WriteWindowUpdate(1, size); err != nil {
 			t.Fatal(err)
 		}
-		// Give the handler quote to write to connection-level
+		// Give the handler quota to write to connection-level
 		// window as well
 		if err := st.fr.WriteWindowUpdate(0, size); err != nil {
 			t.Fatal(err)