diff options
author | Jeff Trawick <trawick@apache.org> | 2011-03-12 01:35:39 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2011-03-12 01:35:39 +0100 |
commit | 4598f1a7d4f54711c1f8b04152bb4384c99db060 (patch) | |
tree | 4d783ffbf27a6ed188b5ce2c1b4fa5917c2e033f /modules/http | |
parent | Ensure that ap_server_conf always points to valid data or is NULL. (diff) | |
download | apache2-4598f1a7d4f54711c1f8b04152bb4384c99db060.tar.xz apache2-4598f1a7d4f54711c1f8b04152bb4384c99db060.zip |
fix some grammar mistakes, mostly in comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http')
-rw-r--r-- | modules/http/http_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http/http_request.c b/modules/http/http_request.c index 852b3e110b..ed167083c9 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.c @@ -371,7 +371,7 @@ void ap_process_request(request_rec *r) * valuable for detecting clients with broken network * connections or possible DoS attacks. * - * It is still save to use r / r->pool here as the eor bucket + * It is still safe to use r / r->pool here as the eor bucket * could not have been destroyed in the event of a timeout. */ ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, |