Author: poirier
Date: Thu May 6 14:00:59 2010
New Revision: 941737
URL: http://svn.apache.org/viewvc?rev=941737&view=rev
Log:
Typo.
Modified:
httpd/httpd/trunk/docs/manual/mod/mod_lua.xml
Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml?rev=941737&r1=941736&r2=941737&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml Thu May 6 14:00:59 2010
@@ -463,7 +463,7 @@ end
file.</p>
<p>In general stat or forever is good for production, and stat or never
- for deveopment.</p>
+ for development.</p>
<example><title>Examples:</title>
LuaCodeCache stat<br />
|