From: Jeff Trawick
Date: Sat, 4 Aug 2012 12:10:15 +0000 (+0000)
Subject: fix syntax error
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0ac8ba9157ca7e1dd52dffdf5f10d8740dab830;p=thirdparty%2Fapache%2Fhttpd.git
fix syntax error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369299 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml
index 389b397939c..cbf439d6e7e 100644
--- a/docs/manual/mod/mod_lua.xml
+++ b/docs/manual/mod/mod_lua.xml
@@ -225,7 +225,7 @@ performing access control, or setting mimetypes:
Check Access |
LuaHookAccessChecker |
This phase checks whether a client has access to a resource. This
- phase is run before the user is authenticated, so beware.
+ phase is run before the user is authenticated, so beware. |
| Check User ID |