]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo
authorMartin Kraemer <martin@apache.org>
Fri, 22 Mar 2002 07:34:57 +0000 (07:34 +0000)
committerMartin Kraemer <martin@apache.org>
Fri, 22 Mar 2002 07:34:57 +0000 (07:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94123 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index a619c81be2182fd1e0616915379d6637217df09c..cf59238f557f9af690658dc7adaa156a866f36bf 100644 (file)
@@ -8,7 +8,7 @@ Changes with Apache 1.3.24
   *) Introduce proper escaping of command.com and cmd.exe for Win32.
      These patches close vulnerability CAN-2002-0061, identified and
      reported by Ory Segal <ory.segal@sanctuminc>, by which any CGI
-     invocation of .bat or .cmd files could comprimize the system 
+     invocation of .bat or .cmd files could compromise the system 
      when the .bat or .cmd was parsed the query args as an argument 
      to either cmd.exe /c or command.com /c.  [William Rowe]