You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2016/08/20 18:42:15 UTC

svn commit: r1757021 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml

Author: jailletc36
Date: Sat Aug 20 18:42:14 2016
New Revision: 1757021

URL: http://svn.apache.org/viewvc?rev=1757021&view=rev
Log:
Fix a typo (r1756991 in trunk)

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml?rev=1757021&r1=1757020&r2=1757021&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml Sat Aug 20 18:42:14 2016
@@ -913,10 +913,10 @@ H2TLSCoolDownSecs 0
         <usage>
             <p>
                 This directive influences how file content is handled in
-                responses. When off, which is the default, file handles are 
-                passed from the requestion processing down to the main
+                responses. When <code>off</code>, which is the default, file handles
+                are passed from the requestion processing down to the main
                 connection, using the usual Apache setaside handling for
-                manaaging the lifetime of the file.
+                managing the lifetime of the file.
             </p>
             <p>
                 When set to <code>on</code>, file content is copied while the
@@ -928,7 +928,7 @@ H2TLSCoolDownSecs 0
                 An example for such a module is <code>mod_wsgi</code> that may place
                 Python file handles into the response. Those files get close down when
                 Python thinks processing has finished. That may be well before
-                <code>mod_http2</code> is done with them.
+                <module>mod_http2</module> is done with them.
             </p>
         </usage>
     </directivesynopsis>