You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@locus.apache.org on 2000/07/07 03:42:55 UTC

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

trawick     00/07/06 18:42:54

  Modified:    src/lib/apr/include apr_network_io.h
  Log:
  fix a mispelled word
  
  Revision  Changes    Path
  1.46      +1 -1      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.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- apr_network_io.h	2000/07/06 15:13:22	1.45
  +++ apr_network_io.h	2000/07/07 01:42:52	1.46
  @@ -650,7 +650,7 @@
   
   =head1 ap_status_t ap_mask_poll_socket(ap_pollfd_t *aprset, ap_socket_t *sock, ap_int16_t events)
   
  -B<Modfify a socket in the poll structure with mask.> 
  +B<Modify a socket in the poll structure with mask.> 
   
       arg 1) The poll structure we will be using. 
       arg 2) The socket to modify in poll structure.