From: Paul Querna Date: Sat, 21 Jan 2006 01:13:35 +0000 (+0000) Subject: Fix spelling of occur. X-Git-Tag: 2.2.1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3fe8e2dd0a8796cdf33b442229c67aa0fb6688f;p=thirdparty%2Fapache%2Fhttpd.git Fix spelling of occur. Submitted By: Ãvar Arnfjörð Bjarmason git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@370945 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index a1b688aab1d..77d624d93da 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -204,7 +204,7 @@
Connection Error Logging
A new function, ap_log_cerror has been added to log - errors that occure with the client's connection. When logged, + errors that occur with the client's connection. When logged, the message includes the client IP address.
Test Configuration Hook Added