From f20d8d31b22043caf8b7753250519cfb405fe815 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 7 Aug 2012 20:13:30 +0000 Subject: [PATCH] fix some grammar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370492 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lua.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:

-- 2.47.3