From: Daniel Gruno Date: Mon, 13 Aug 2012 14:27:37 +0000 (+0000) Subject: grammar fix X-Git-Tag: 2.4.3~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5939b4f704bbf5d40bd92ab6e53526528d8a3625;p=apache grammar fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1372446 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index bf9709c109..f046c28124 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -386,11 +386,11 @@ end r:trace1("This is a trace log message") -- trace1 through trace8 can be used
r:debug("This is a debug log message")
r:info("This is an info log message")
- r:notice("This is an notice log message")
- r:warn("This is an warn log message")
+ r:notice("This is a notice log message")
+ r:warn("This is a warn log message")
r:err("This is an err log message")
r:alert("This is an alert log message")
- r:crit("This is an crit log message")
+ r:crit("This is a crit log message")
r:emerg("This is an emerg log message")