You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2010/06/15 20:10:19 UTC

svn commit: r954991 - /httpd/httpd/trunk/CHANGES

Author: rjung
Date: Tue Jun 15 18:10:19 2010
New Revision: 954991

URL: http://svn.apache.org/viewvc?rev=954991&view=rev
Log:
Fix typos in CHANGES.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=954991&r1=954990&r2=954991&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Jun 15 18:10:19 2010
@@ -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]