diff options
author | Jeff Trawick <trawick@apache.org> | 2002-04-19 13:33:29 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2002-04-19 13:33:29 +0200 |
commit | 4ebcf38f23742605d4ad3ed45c5def01284ce31b (patch) | |
tree | 5f602f83846b79499d430d093ca96f3751546dc6 | |
parent | Some code transformations to improve the generated assembly (diff) | |
download | apache2-4ebcf38f23742605d4ad3ed45c5def01284ce31b.tar.xz apache2-4ebcf38f23742605d4ad3ed45c5def01284ce31b.zip |
fix a typo in a comment for ap_get_client_block()
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
-rw-r--r-- | include/http_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_protocol.h b/include/http_protocol.h index 28402a1216..0bdd87baa9 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -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); |