]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo (r1701349 in trunk)
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 5 Sep 2015 06:39:49 +0000 (06:39 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 5 Sep 2015 06:39:49 +0000 (06:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701351 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 95f7a1ef2403f30eebd88f157fedd095616b1996..2dab4b7e303001b3b847474acbf26000263a6fda 100644 (file)
@@ -126,7 +126,7 @@ function handle(r)
 -- use our own Error contents
         r:puts("Unsupported HTTP method " .. r.method)
         r.status = 405
-        return apache2.ok
+        return apache2.OK
     else
 -- use the ErrorDocument
         return 501