From c4511308ee72f121bab5206378ccb6d35696f4d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 14 Dec 2003 16:34:18 +0000 Subject: [PATCH] fix docco git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102058 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/httpd.h b/include/httpd.h index 482a3079300..754cd99af92 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1390,7 +1390,7 @@ AP_DECLARE(char *) ap_escape_logitem(apr_pool_t *p, const char *str); * Escape a string for logging into the error log (without a pool) * @param dest The buffer to write to * @param source The string to escape - * @param maxlen The buffer size for the escaped string (including \0) + * @param buflen The buffer size for the escaped string (including \0) * @return The len of the escaped string (always < maxlen) */ AP_DECLARE(apr_size_t) ap_escape_errorlog_item(char *dest, const char *source, -- 2.47.3