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 2012/08/21 14:48:56 UTC

svn commit: r1375509 - /httpd/httpd/branches/2.4.x/CHANGES

Author: trawick
Date: Tue Aug 21 12:48:56 2012
New Revision: 1375509

URL: http://svn.apache.org/viewvc?rev=1375509&view=rev
Log:
fix an grammatical error

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1375509&r1=1375508&r2=1375509&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Tue Aug 21 12:48:56 2012
@@ -11,7 +11,7 @@ Changes with Apache 2.4.3
      to a response mixup. PR 53727. [Rainer Jung]
 
   *) SECURITY: CVE-2012-2687 (cve.mitre.org)
-     mod_negotiation: Escape filenames in variant list to prevent an
+     mod_negotiation: Escape filenames in variant list to prevent a
      possible XSS for a site where untrusted users can upload files to
      a location with MultiViews enabled. [Niels Heinen <heinenn google.com>]