Author: trawick
Date: Sat Aug 4 12:10:15 2012
New Revision: 1369299
URL: http://svn.apache.org/viewvc?rev=1369299&view=rev
Log:
fix syntax error
Modified:
httpd/httpd/trunk/docs/manual/mod/mod_lua.xml
Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml?rev=1369299&r1=1369298&r2=1369299&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Sat Aug 4 12:10:15 2012
@@ -225,7 +225,7 @@ performing access control, or setting mi
<td>Check Access</td>
<td><directive module="mod_lua">LuaHookAccessChecker</directive></td>
<td>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.</td>
</tr>
<tr>
<td>Check User ID</td>
|