From cf53805149b55f1c19e70296de6122ac1b6e5037 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 10 May 2013 07:52:39 +0000 Subject: [PATCH] typo and grammar fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1480903 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/logs.xml | 2 +- docs/manual/mod/mod_log_debug.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index 2c94dd20f1..69dda76994 100644 --- a/docs/manual/logs.xml +++ b/docs/manual/logs.xml @@ -493,7 +493,7 @@ CustomLog logs/access_log common-cache

mod_cache will run before - mod_env and when successfull will deliver the + mod_env and, when successful, will deliver the content without it. In that case a cache hit will log -, while a cache miss will log 1.

diff --git a/docs/manual/mod/mod_log_debug.xml b/docs/manual/mod/mod_log_debug.xml index 9eca9ba797..5b2b2a648b 100644 --- a/docs/manual/mod/mod_log_debug.xml +++ b/docs/manual/mod/mod_log_debug.xml @@ -97,7 +97,7 @@ will not cause header names to be added to the Vary header. The messages are logged at loglevel info.

-

The hook specifies before which phase of request procesing the message +

The hook specifies before which phase of request processing the message will be logged. The following hooks are supported:

-- 2.50.1