diff options
author | Wilfredo Sanchez <wsanchez@apache.org> | 2005-08-12 20:04:08 +0200 |
---|---|---|
committer | Wilfredo Sanchez <wsanchez@apache.org> | 2005-08-12 20:04:08 +0200 |
commit | 11e5eeeb84c14b62a27f420a4b370140c6d7bfef (patch) | |
tree | 97b603af914fe72eeba44457297ea09e30ad136c | |
parent | Move the debuging log message about the removal of a url from (diff) | |
download | apache2-11e5eeeb84c14b62a27f420a4b370140c6d7bfef.tar.xz apache2-11e5eeeb84c14b62a27f420a4b370140c6d7bfef.zip |
Fix typo in manual [Ben Collins-Sussman]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@232343 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/logs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index 4592364269..0f865ba943 100644 --- a/docs/manual/logs.xml +++ b/docs/manual/logs.xml @@ -425,7 +425,7 @@ </example> <p>Although we have just shown that conditional logging is very - powerful and flexibly, it is not the only way to control the + powerful and flexible, it is not the only way to control the contents of the logs. Log files are more useful when they contain a complete record of server activity. It is often easier to simply post-process the log files to remove requests |