From: Daniel Gruno Date: Tue, 7 Aug 2012 20:13:30 +0000 (+0000) Subject: fix some grammar X-Git-Tag: 2.5.0-alpha~6468 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bef1b173adc00dc6c9c5a607763ca4eb3a1bc7a;p=thirdparty%2Fapache%2Fhttpd.git fix some grammar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370492 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index fb9ed4b5c33..ddf3e2b35b8 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -193,7 +193,7 @@ LuaAuthzProvider foo authz_provider.lua authz_check_foo

Hook functions are how modules (and Lua scripts) participate in the processing of requests. Each type of hook exposed by the server exists for -a specific purposes such as mapping requests to the filesystem, +a specific purpose, such as mapping requests to the filesystem, performing access control, or setting mimetypes: