]> granicus.if.org Git - apache/commitdiff
Remove stupid typo. Not a great way to start.
authorRich Bowen <rbowen@apache.org>
Tue, 20 Apr 2010 12:54:27 +0000 (12:54 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 20 Apr 2010 12:54:27 +0000 (12:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@935895 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/index.html.en
docs/manual/mod/mod_lua.html.en
docs/manual/mod/mod_lua.xml

index 9c2e259dba2b02368d70eb6766b88813aed6f474..d7cbedabd4cb058f3a44383c884d1b01464089b7 100644 (file)
@@ -145,7 +145,7 @@ by other LDAP modules</dd>
 <dt><a href="mod_log_config.html">mod_log_config</a></dt><dd>Logging of the requests made to the server</dd>
 <dt><a href="mod_log_forensic.html">mod_log_forensic</a></dt><dd>Forensic Logging of the requests made to the server</dd>
 <dt><a href="mod_logio.html">mod_logio</a></dt><dd>Logging of input and output bytes per request</dd>
-<dt><a href="mod_lua.html">mod_lua</a></dt><dd>Provides Lua hooks to doo cool stuff</dd>
+<dt><a href="mod_lua.html">mod_lua</a></dt><dd>Provides Lua hooks to do cool stuff</dd>
 <dt><a href="mod_mime.html" id="M" name="M">mod_mime</a></dt><dd>Associates the requested filename's extensions
     with the file's behavior (handlers and filters)
     and content (mime-type, language, character set and
index a04d804fc8623d967e6a946980f598f9daae01a3..428e22e3b6da372d18e1561e340a9fbce5fe1b89 100644 (file)
@@ -23,7 +23,7 @@
 <div class="toplang">
 <p><span>Available Languages: </span></p>
 </div>
-<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides Lua hooks to doo cool stuff</td></tr>
+<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides Lua hooks to do cool stuff</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>lua_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_lua.c</td></tr>
index c65041d42ffc0373b4152821477d10937d495af0..47a7a502edc27a60d924b8a5ede1624c2992eefb 100644 (file)
@@ -6,7 +6,7 @@
 
 <name>mod_lua</name>
 
-<description>Provides Lua hooks to doo cool stuff</description>
+<description>Provides Lua hooks to do cool stuff</description>
 <status>experimental</status>
 <sourcefile>mod_lua.c</sourcefile>
 <identifier>lua_module</identifier>