Hi,

Please find in attachment a patch to fix a typo.

Concerned generated HTML file:
https://httpd.apache.org/docs/2.4/mod/core.html#httpprotocoloptions

--
Best Regards,
Sébastien Santoro aka Dereckson
http://www.dereckson.be/
Index: mod/core.html.en
===================================================================
--- mod/core.html.en    (revision 1776673)
+++ mod/core.html.en    (working copy)
@@ -2017,7 +2017,7 @@
     (<a href="https://tools.ietf.org/html/rfc7230#section-3.1.1";>RFC 7230 
§3.1.1</a>) and the HTTP Request Header Fields
     (<a href="https://tools.ietf.org/html/rfc7230#section-3.2";>RFC 7230 
§3.2</a>), which are now applied by default or using
     the <code>Strict</code> option. Due to legacy modules, applications or
-    custom user-agents which must be deperecated the <code>Unsafe</code>
+    custom user-agents which must be deprecated the <code>Unsafe</code>
     option has been added to revert to the legacy behaviors. These rules
     are applied prior to request processing, so must be configured at the
     global or default (first) matching virtual host section, by IP/port
Index: mod/core.xml
===================================================================
--- mod/core.xml        (revision 1776673)
+++ mod/core.xml        (working copy)
@@ -1254,7 +1254,7 @@
     (<a href="https://tools.ietf.org/html/rfc7230#section-3.2";
       >RFC 7230 &sect;3.2</a>), which are now applied by default or using
     the <code>Strict</code> option. Due to legacy modules, applications or
-    custom user-agents which must be deperecated the <code>Unsafe</code>
+    custom user-agents which must be deprecated the <code>Unsafe</code>
     option has been added to revert to the legacy behaviors. These rules
     are applied prior to request processing, so must be configured at the
     global or default (first) matching virtual host section, by IP/port
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to