You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/05/10 09:53:02 UTC

svn commit: r1480904 - in /httpd/httpd/trunk/docs/manual: logs.xml mod/mod_log_debug.xml

Author: humbedooh
Date: Fri May 10 07:53:01 2013
New Revision: 1480904

URL: http://svn.apache.org/r1480904
Log:
typo and grammar fixes

Modified:
    httpd/httpd/trunk/docs/manual/logs.xml
    httpd/httpd/trunk/docs/manual/mod/mod_log_debug.xml

Modified: httpd/httpd/trunk/docs/manual/logs.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/logs.xml?rev=1480904&r1=1480903&r2=1480904&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/logs.xml (original)
+++ httpd/httpd/trunk/docs/manual/logs.xml Fri May 10 07:53:01 2013
@@ -493,7 +493,7 @@ CustomLog logs/access_log common-cache
       </highlight>
 
       <p><module>mod_cache</module> will run before
-      <module>mod_env</module> and when successfull will deliver the
+      <module>mod_env</module> and, when successful, will deliver the
       content without it. In that case a cache hit will log
       <code>-</code>, while a cache miss will log <code>1</code>.</p>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_debug.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_debug.xml?rev=1480904&r1=1480903&r2=1480904&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_log_debug.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_debug.xml Fri May 10 07:53:01 2013
@@ -97,7 +97,7 @@
     will not cause header names to be added to the Vary header. The
     messages are logged at loglevel info.</p>
 
-    <p>The hook specifies before which phase of request procesing the message
+    <p>The hook specifies before which phase of request processing the message
     will be logged. The following hooks are supported:</p>
 
     <table border="1" style="zebra">