Fix r.mpm_query().
authorGuenter Knauf <fuankg@apache.org>
Sun, 30 Jun 2013 20:50:44 +0000 (20:50 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sun, 30 Jun 2013 20:50:44 +0000 (20:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1498179 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 3b71f49c69add0d61ce78848ddb7bcf5e12e9016..82ed0fa9e8b3a6b11cc43a47158fef6f1511cfe0 100644 (file)
@@ -726,7 +726,7 @@ local url = r:construct_url(r.uri)
 </highlight>
 
 <highlight language="lua">
-r:mpm_query(number) -- Queries the server for MPM information using ap_mpm_query:
+r.mpm_query(number) -- Queries the server for MPM information using ap_mpm_query:
 
 local mpm = r.mpm_query(14)
 if mpm == 1 then