]> granicus.if.org Git - apache/commitdiff
fix butchered sentence in ap_args_to_table() docs
authorJeff Trawick <trawick@apache.org>
Mon, 14 Mar 2011 19:33:02 +0000 (19:33 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 14 Mar 2011 19:33:02 +0000 (19:33 +0000)
Snickered at by: JimJag

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

include/util_script.h

index cae1156387764dca2995bc75ae71b1ad3b3f5b25..3119e8be89166c42963f483200ad7e0dcaff04f5 100644 (file)
@@ -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.
  */