From: Mike Rumph
Date: Thu, 3 Dec 2015 18:12:08 +0000 (+0000)
Subject: Satisfy XML validation and fix some typos
X-Git-Tag: 2.4.18~31
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=947beb95dd176335e269cb6807e9f36be8bf15ee;p=thirdparty%2Fapache%2Fhttpd.git
Satisfy XML validation and fix some typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1717823 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml
index 206550410a0..f4a17dc03e7 100644
--- a/docs/manual/mod/mod_http2.xml
+++ b/docs/manual/mod/mod_http2.xml
@@ -272,8 +272,8 @@
This says that any pushed stream of content type 'application/json'
- should be send out before X. This makes P1 dependant
- on Y and X dependant on P1. So, X will be stalled as long as
+ should be send out before X. This makes P1 dependent
+ on Y and X dependent on P1. So, X will be stalled as long as
P1 has data to send. The effective weight is calculated as
in the interleaved case.
@@ -285,15 +285,15 @@
Last, but not least, there are some specifics of the syntax
- to be used in this directive.
-
- - '*' is the only special content-type that matches all oither.
- 'image/*' will not work.
- - The default dependency is 'After'.
- - There are also default weights: for 'After' it is 16, otherwise 256.
-
-
-
+ to be used in this directive:
+
+
+ - '*' is the only special content-type that matches all others.
+ 'image/*' will not work.
+ - The default dependency is 'After'.
+ - There are also default weights: for 'After' it is 16, otherwise 256.
+
+
Shorter Priority Rules
H2PushPriority application/json 32 # an After rule