]> granicus.if.org Git - apache/commitdiff
Typos: occurring & access_log.
authorChris Pepper <pepper@apache.org>
Sun, 23 Mar 2003 22:53:34 +0000 (22:53 +0000)
committerChris Pepper <pepper@apache.org>
Sun, 23 Mar 2003 22:53:34 +0000 (22:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99047 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/logs.xml

index 20dd00742f510710af66bef4a20580b1efdf16aa..cda18815c76958b3087de0ee36811db9a78d0211 100644 (file)
@@ -10,7 +10,7 @@
   <summary>
     <p>In order to effectively manage a web server, it is necessary
     to get feedback about the activity and performance of the
-    server as well as any problems that may be occuring. The Apache
+    server as well as any problems that may be occurring. The Apache
     HTTP Server provides very comprehensive and flexible logging
     capabilities. This document describes how to configure its
     logging capabilities, and how to understand what the logs
       <example>
         LogFormat "%h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\"
         \"%{User-agent}i\"" combined<br />
-         CustomLog log/acces_log combined
+         CustomLog log/access_log combined
       </example>
 
       <p>This format is exactly the same as the Common Log Format,