summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy_fdpass.html.en
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2009-05-05 18:36:12 +0200
committerJim Jagielski <jim@apache.org>2009-05-05 18:36:12 +0200
commit10a704fe68eeb3a0eaf43cd119f54f6701635b7e (patch)
tree9e2d9beabd88abbdea849838b4faa4a7bf18f745 /docs/manual/mod/mod_proxy_fdpass.html.en
parentDocumentation update for mod_privileges changes in r771144/771145. (diff)
downloadapache2-10a704fe68eeb3a0eaf43cd119f54f6701635b7e.tar.xz
apache2-10a704fe68eeb3a0eaf43cd119f54f6701635b7e.zip
xforms!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771911 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_fdpass.html.en')
-rw-r--r--docs/manual/mod/mod_proxy_fdpass.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy_fdpass.html.en b/docs/manual/mod/mod_proxy_fdpass.html.en
index 63a8d129d5..4e599fef76 100644
--- a/docs/manual/mod/mod_proxy_fdpass.html.en
+++ b/docs/manual/mod/mod_proxy_fdpass.html.en
@@ -46,7 +46,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.
</p>