]> granicus.if.org Git - apache/commitdiff
fix a typo in a comment for ap_get_client_block()
authorJeff Trawick <trawick@apache.org>
Fri, 19 Apr 2002 11:33:29 +0000 (11:33 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 19 Apr 2002 11:33:29 +0000 (11:33 +0000)
Submitted by: Stas Bekman
Reviewed by: Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94708 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index 28402a1216dd50701e3191767d94411251a041a3..0bdd87baa99174cf5a38e7e0e8c9f30b14a3246b 100644 (file)
@@ -437,7 +437,7 @@ AP_DECLARE(const char *) ap_get_status_line(int status);
  *    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);