From: Stefan Fritsch Date: Fri, 9 Nov 2012 16:29:43 +0000 (+0000) Subject: fix comment typo X-Git-Tag: 2.5.0-alpha~6137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee1f762ec1ff6957d2e9197b46f074264cf05897;p=thirdparty%2Fapache%2Fhttpd.git fix comment typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407526 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index fd95379daa4..cd1942e56ca 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -222,7 +222,7 @@ AP_DECLARE(apr_size_t) ap_send_mmap(apr_mmap_t *mm, * * @param p The pool to create registered method numbers from. * @param methname The name of the new method to register. - * @return Ab int value representing an offset into a bitmask. + * @return An int value representing an offset into a bitmask. */ AP_DECLARE(int) ap_method_register(apr_pool_t *p, const char *methname);