You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by tr...@locus.apache.org on 2000/10/25 20:21:15 UTC

cvs commit: apache-2.0/src/lib/apr/include apr_network_io.h

trawick     00/10/25 11:21:14

  Modified:    src/lib/apr/include apr_network_io.h
  Log:
  Fix some typos in the comments.
  
  Revision  Changes    Path
  1.56      +2 -2      apache-2.0/src/lib/apr/include/apr_network_io.h
  
  Index: apr_network_io.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_network_io.h,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- apr_network_io.h	2000/10/07 21:54:15	1.55
  +++ apr_network_io.h	2000/10/25 18:21:13	1.56
  @@ -177,7 +177,7 @@
   apr_status_t apr_close_socket(apr_socket_t *thesocket);
   
   /**
  - * Bind the socket to it's assocaited port
  + * Bind the socket to its associated port
    * @param sock The socket to bind 
    * @tip This is where we will find out if there is any other process
    *      using the selected port.
  @@ -185,7 +185,7 @@
   apr_status_t apr_bind(apr_socket_t *sock);
   
   /**
  - * Listen to a bound socketi for connections.
  + * Listen to a bound socket for connections.
    * @param sock The socket to listen on 
    * @param backlog The number of outstanding connections allowed in the sockets
    *                listen queue.  If this value is less than zero, the listen