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

docs/manual/mod/mod_lua.xml

index ddf3e2b35b86325a72c0606aa55fc69d310a59b7..f8ad8a762f2e28f3d7ba8de987c36775a6f94b3a 100644 (file)
@@ -657,11 +657,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>