Brad Fitzpatrick hace 11 años
padre
commit
6bb6643a08
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)