]> granicus.if.org Git - apache/commitdiff
Satisfy XML validation and fix some typos
authorMike Rumph <mrumph@apache.org>
Thu, 3 Dec 2015 18:12:08 +0000 (18:12 +0000)
committerMike Rumph <mrumph@apache.org>
Thu, 3 Dec 2015 18:12:08 +0000 (18:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1717823 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.xml

index 206550410a099fc545464ae50cad03e3d8f753d9..f4a17dc03e7e1b6d55a0a0731cd96dcc98ac4ae7 100644 (file)
             </example>
             <p>
                 This says that any pushed stream of content type 'application/json'
-                should be send out <em>before</em> X. This makes P1 dependant
-                on Y and X dependant on P1. So, X will be stalled as long as
+                should be send out <em>before</em> 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.
             </p>
             </p>
             <p>
                 Last, but not least, there are some specifics of the syntax
-                to be used in this directive.
-                <ol>
-                    <li>'*' is the only special content-type that matches all oither. 
-                    'image/*' will not work.</li>
-                    <li>The default dependency is 'After'. </li>
-                    <li>There are also default weights: for 'After' it is 16, otherwise 256. 
-                    </li>
-                </ol>
-            </p>
+                to be used in this directive:
+            </p>
+            <ol>
+                <li>'*' is the only special content-type that matches all others. 
+                 'image/*' will not work.</li>
+                <li>The default dependency is 'After'. </li>
+                <li>There are also default weights: for 'After' it is 16, otherwise 256. 
+                </li>
+            </ol>
             <example><title>Shorter Priority Rules</title>
                 <highlight language="config">
 H2PushPriority application/json 32         # an After rule