]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed line length to < 80 char.
authorGuenter Knauf <fuankg@apache.org>
Sun, 17 Apr 2011 19:17:40 +0000 (19:17 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sun, 17 Apr 2011 19:17:40 +0000 (19:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094189 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 69b4e90486d39ea927d967f10f9ff0045ab799d5..78c2c0fa4bebf6bbcf7553a1c44037c2cca3928d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,7 @@ Changes with Apache 2.2.18
      improve out of disk space handling (PR 30877); print a warning if
      a password is truncated by crypt. [Stefan Fritsch]
 
-  *) mod_win32: Added shebang check for '! so that .vbs scripts can work as CGI.
+  *) mod_win32: Added shebang check for '! so that .vbs scripts work as CGI.
      Win32's cscript interpreter can only use a single quote as comment char.
      [Guenter Knauf]