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 2022/03/27 06:45:09 UTC

svn commit: r1899235 - /httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml

Author: jailletc36
Date: Sun Mar 27 06:45:09 2022
New Revision: 1899235

URL: http://svn.apache.org/viewvc?rev=1899235&view=rev
Log:
Fix a typo.
PR 65978.

Thanks to Stefan Hamburger <apache_f5dosu stefanhamburger.de> for finding it.

(r1899234 in trunk)
[skip ci]

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml?rev=1899235&r1=1899234&r2=1899235&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml Sun Mar 27 06:45:09 2022
@@ -77,7 +77,7 @@
     <p><module>mod_http2</module> uses the library of <a href="https://nghttp2.org">nghttp2</a>
     as its implementation base. In order to build <module>mod_http2</module> you need at least version 1.2.1 of
     <code>libnghttp2</code> installed on your system.</p>
-    <p>When you <code>./configure</code> you Apache httpd source tree, you need to give it 
+    <p>When you <code>./configure</code> your Apache httpd source tree, you need to give it 
     '<code>--enable-http2</code>' as additional argument to trigger the build of the module.
     Should your <code>libnghttp2</code> reside in an unusual place (whatever that is on your
     operating system), you may announce its location with '<code>--with-nghttp2=&lt;path&gt;</code>'