]> granicus.if.org Git - apache/commitdiff
Fix typos in CHANGES.
authorRainer Jung <rjung@apache.org>
Tue, 15 Jun 2010 18:10:19 +0000 (18:10 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 15 Jun 2010 18:10:19 +0000 (18:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954991 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6a9141b3e545cc575af839559209ee1620b5a898..af89aa1c8d4a62778dec08ba64d3d3ff3a532838 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -860,7 +860,7 @@ Changes with Apache 2.3.0
      PR 43250 [Basant Kumar Kukreja <basant.kukreja sun.com>]
 
   *) Be tolerant in what you accept - accept slightly broken
-     status lines from a backend provide they include a valid status code.
+     status lines from a backend provided they include a valid status code.
      PR 44995 [Rainer Jung <rainer.jung kippdata.de>]
 
   *) New module mod_sed: filter Request/Response bodies through sed
@@ -1048,7 +1048,7 @@ Changes with Apache 2.3.0
      parameters to the environment. Improve portability to
      EBCDIC machines by using apr_toupper(). [Martin Kraemer]
 
-  *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
+  *) mod_ldap, mod_authnz_ldap: Add support for nested groups (i.e. the ability
      to authorize an authenticated user via a "require ldap-group X" directive
      where the user is not in group X, but is in a subgroup contained in X.
      PR 42891 [Paul J. Reder]