From: Jeff Trawick Date: Mon, 14 Mar 2011 19:33:02 +0000 (+0000) Subject: fix butchered sentence in ap_args_to_table() docs X-Git-Tag: 2.3.12~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85018e669f7f0be8ec5c1332f84cb5f91a72aad6;p=thirdparty%2Fapache%2Fhttpd.git fix butchered sentence in ap_args_to_table() docs Snickered at by: JimJag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1081529 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/util_script.h b/include/util_script.h index cae11563877..3119e8be891 100644 --- a/include/util_script.h +++ b/include/util_script.h @@ -144,7 +144,7 @@ AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer, * Parse query args for the request and store in a new table allocated * from the request pool. * For args with no value, "1" will be used instead. - * If no query args were specified, the table will be entry. + * If no query args were specified, the table will be empty. * @param r The current request * @param table A new table on output. */