]> granicus.if.org Git - apache/commitdiff
I was originally just going to s/commans/commas/, and then I got
authorCliff Woolley <jwoolley@apache.org>
Tue, 13 Nov 2001 07:06:41 +0000 (07:06 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 13 Nov 2001 07:06:41 +0000 (07:06 +0000)
carried away and rewrote half the paragraph.  <sigh>

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 5da854c97f0fe97eed98d83cc66753c6ba23dd26..5a65c4e96229d5027bb543d7df3540d9e2aab158 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,12 @@
 Changes with Apache 2.0.29-dev
 
   *) Remove commas from the end of the macros that define
-     directives that are used by MPMs.  Previous to this patch,
-     you would use these macros without commans, which was unlike
-     any other directives. Now, after the macro, you must have
-     a comma.  This makes the macros look more like the rest of the
-     directives.  [Ryan Bloom and Cliff Woolley]
+     directives that are used by MPMs.  Prior to this patch,
+     you would use these macros without commas, which was unlike
+     the macros for any other directives.  Now, the caller provides
+     the comma rather than the macro providing it.  This makes
+     the macros look more like the rest of the directives.
+     [Ryan Bloom and Cliff Woolley]
 
   *) Add 'redirect-carefully' environment option to disable sending
      redirects under special circumstances.  This is helpful for