You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2007/10/19 15:11:15 UTC

svn commit: r586420 - /httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Author: erikabele
Date: Fri Oct 19 06:11:15 2007
New Revision: 586420

URL: http://svn.apache.org/viewvc?rev=586420&view=rev
Log:
Type, fixed in trunk already.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml?rev=586420&r1=586419&r2=586420&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Fri Oct 19 06:11:15 2007
@@ -73,7 +73,7 @@
     <p>Using <code>none</code> for an argument will disable any accept filters 
        for that protocol.  This is useful for protocols that require a server
        send data first, such as <code>nntp</code>:</p>
-    <example>AcceptFilter nttp none</example>
+    <example>AcceptFilter nntp none</example>
 
 </usage>
 </directivesynopsis>