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...@apache.org on 2002/04/19 13:33:30 UTC

cvs commit: httpd-2.0/include http_protocol.h

trawick     02/04/19 04:33:30

  Modified:    include  http_protocol.h
  Log:
  fix a typo in a comment for ap_get_client_block()
  
  Submitted by:	Stas Bekman
  Reviewed by:	Jeff Trawick
  
  Revision  Changes    Path
  1.77      +1 -1      httpd-2.0/include/http_protocol.h
  
  Index: http_protocol.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/http_protocol.h,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- http_protocol.h	16 Apr 2002 05:43:09 -0000	1.76
  +++ http_protocol.h	19 Apr 2002 11:33:29 -0000	1.77
  @@ -437,7 +437,7 @@
    *    REQUEST_CHUNKED_DECHUNK  If chunked, remove the chunks for me.
    * </pre>
    * @return either OK or an error code
  - * @deffunc int ap_setup_cleint_block(request_rec *r, int read_policy)
  + * @deffunc int ap_setup_client_block(request_rec *r, int read_policy)
    */
   AP_DECLARE(int) ap_setup_client_block(request_rec *r, int read_policy);