diff options
author | Lucien Gentis <lgentis@apache.org> | 2009-05-02 18:25:24 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2009-05-02 18:25:24 +0200 |
commit | 61c98c2eccf3ece396b2d2a33b79c42ce8382ed3 (patch) | |
tree | 9ada0eaf5fac6676e520e645a6f0cbd807f08bf6 /docs/manual/mod/mod_proxy_fdpass.xml | |
parent | * As proposed by wrowe on list always define SSLStrictSNIVHostCheck, but error (diff) | |
download | apache2-61c98c2eccf3ece396b2d2a33b79c42ce8382ed3.tar.xz apache2-61c98c2eccf3ece396b2d2a33b79c42ce8382ed3.zip |
Some typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@770970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_fdpass.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy_fdpass.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy_fdpass.xml b/docs/manual/mod/mod_proxy_fdpass.xml index f78cf46e6c..cad8cfc769 100644 --- a/docs/manual/mod/mod_proxy_fdpass.xml +++ b/docs/manual/mod/mod_proxy_fdpass.xml @@ -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. |