You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/12/28 15:36:30 UTC

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

Author: rbowen
Date: Tue Dec 28 14:36:30 2010
New Revision: 1053358

URL: http://svn.apache.org/viewvc?rev=1053358&view=rev
Log:
Correct typo in CHANGES, as per tid50321

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1053358&r1=1053357&r2=1053358&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Dec 28 14:36:30 2010
@@ -370,7 +370,7 @@ Changes with Apache 2.3.7
 
   *) socache modules: return APR_NOTFOUND when a lookup is not found [Nick Kew]
 
-  *) mod_authn_cache: new module [Nick Kew]
+  *) mod_authn_socache: new module [Nick Kew]
 
   *) configure: Add reallyall option for --enable-mods-shared. [Stefan Fritsch]