]> granicus.if.org Git - apache/commitdiff
Some typos.
authorLucien Gentis <lgentis@apache.org>
Sat, 2 May 2009 16:25:24 +0000 (16:25 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 2 May 2009 16:25:24 +0000 (16:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@770970 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_fdpass.xml

index f78cf46e6c76da7e98020d49bdc29894c37594fb..cad8cfc76942a6f638682ec4d59e7099cd4dc00d 100644 (file)
@@ -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.