You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/04/14 01:48:39 UTC

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

Author: trawick
Date: Sun Apr 13 23:48:39 2014
New Revision: 1587124

URL: http://svn.apache.org/r1587124
Log:
typo

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1587124&r1=1587123&r2=1587124&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sun Apr 13 23:48:39 2014
@@ -13,7 +13,7 @@ Changes with Apache 2.5.0
      [Eric Covener]
 
   *) mod_proxy_wstunnel: Stop leaking websockets backend connections under
-     event MPMi (trunk-only). [Eric Covener]
+     event MPM (trunk-only). [Eric Covener]
 
   *) mod_proxy_wstunnel: Don't issue AH02447 and log a 500 on routine 
      hangups from websockets origin servers. PR 56299