From: William A. Rowe Jr Date: Thu, 11 Jul 2002 06:14:30 +0000 (+0000) Subject: Fix code comments X-Git-Tag: 2.0.40~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b4e274fd6af8d936aa5623fa9eb0d1c0f23f8ad;p=apache Fix code comments Submitted by: Stas Bekman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96007 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_log.h b/include/http_log.h index ba84947972..f2b0bb9f6d 100644 --- a/include/http_log.h +++ b/include/http_log.h @@ -111,12 +111,12 @@ extern "C" { * handlers the option of including the error text in the * ErrorDocument sent back to the client. Setting APLOG_TOCLIENT * will cause the error text to be saved in the request_rec->notes - * table, keyed to the string "error-notes", iff: + * table, keyed to the string "error-notes", if and only if: * - the severity level of the message is APLOG_WARNING or greater * - there are no other "error-notes" set in request_rec->notes * Once error-notes is set, it is up to the content handler to - * determine whether this text should be send back to the client. - * Note: Client generated text streams sent back to the client MUST + * determine whether this text should be sent back to the client. + * Note: Client generated text streams sent back to the client MUST * be escaped to prevent CSS attacks. */ #define APLOG_TOCLIENT (APLOG_LEVELMASK + 2)