Commit e61a4c79 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Fix typo (r1701349 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701351 13f79535-47bb-0310-9956-ffa450edef68
parent 745d1896
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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