]> granicus.if.org Git - apache/commitdiff
Fix code comments
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 11 Jul 2002 06:14:30 +0000 (06:14 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 11 Jul 2002 06:14:30 +0000 (06:14 +0000)
Submitted by: Stas Bekman <stas@stason.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96007 13f79535-47bb-0310-9956-ffa450edef68

include/http_log.h

index ba84947972f6b9a8dbf41e6d97c9095e389b0443..f2b0bb9f6da28fafc0b7785a81e9f9503cf15142 100644 (file)
@@ -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)