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:31 UTC

svn commit: r1396868 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: rbowen
Date: Thu Oct 11 00:11:30 2012
New Revision: 1396868

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

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1396868&r1=1396867&r2=1396868&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Thu Oct 11 00:11:30 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">