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

svn commit: r1396869 - /httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml

Author: rbowen
Date: Thu Oct 11 00:11:48 2012
New Revision: 1396869

URL: http://svn.apache.org/viewvc?rev=1396869&view=rev
Log:
trivial typo

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

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml?rev=1396869&r1=1396868&r2=1396869&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml Thu Oct 11 00:11:48 2012
@@ -37,7 +37,7 @@ On Windows from Apache httpd 2.3.3 and l
 
 <usage>
     <p>This directive enables operating system specific optimizations for a
-       listening socket by the <directive>Protocol</directive>type.
+       listening socket by the <directive>Protocol</directive> type.
        The basic premise is for the kernel to not send a socket to the server
        process until either data is received or an entire HTTP Request is buffered.
        Only <a href="http://www.freebsd.org/cgi/man.cgi?query=accept_filter&amp;sektion=9">