Author: lgentis
Date: Sat May 2 16:25:24 2009
New Revision: 770970
URL: http://svn.apache.org/viewvc?rev=770970&view=rev
Log:
Some typos.
Modified:
httpd/httpd/trunk/docs/manual/mod/mod_proxy_fdpass.xml
Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_fdpass.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_fdpass.xml?rev=770970&r1=770969&r2=770970&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_fdpass.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_fdpass.xml Sat May 2 16:25:24 2009
@@ -47,7 +47,7 @@
response body.</p>
<p>At this time the only data passed to the external process is the client
- socket. To recieve a client socket, call recvfrom with the an allocated
+ socket. To receive a client socket, call recvfrom with an allocated
<a href="http://www.kernel.org/doc/man-pages/online/pages/man3/cmsg.3.html"
><code>struct cmsghdr</code></a>. Future versions of this module
may include
more data after the client socket, but this is not implemented at this time.
|