]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a typo.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 27 Mar 2022 06:45:09 +0000 (06:45 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 27 Mar 2022 06:45:09 +0000 (06:45 +0000)
PR 65978.

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

(r1899234 in trunk)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1899235 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/http2.xml

index 1e39b783a1646af7bfc736a440ef929fc8bbe8fc..d52cccdf60f18ddb545a8053bb156f837be0046e 100644 (file)
@@ -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>'