]> granicus.if.org Git - apache/commitdiff
grammar fix
authorDaniel Gruno <humbedooh@apache.org>
Mon, 13 Aug 2012 14:27:37 +0000 (14:27 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Mon, 13 Aug 2012 14:27:37 +0000 (14:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1372446 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index bf9709c109a35ca47b75f308de05e431f5fd7c3c..f046c281242fc241e17ec91c4113d4d260782de8 100644 (file)
@@ -386,11 +386,11 @@ end
         r:trace1("This is a trace log message") -- trace1 through trace8 can be used <br />
         r:debug("This is a debug log message")<br />
         r:info("This is an info log message")<br />
-        r:notice("This is an notice log message")<br />
-        r:warn("This is an warn log message")<br />
+        r:notice("This is a notice log message")<br />
+        r:warn("This is a warn log message")<br />
         r:err("This is an err log message")<br />
         r:alert("This is an alert log message")<br />
-        r:crit("This is an crit log message")<br />
+        r:crit("This is a crit log message")<br />
         r:emerg("This is an emerg log message")<br />
 </highlight>