summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-04-17 19:17:40 +0000
committerGuenter Knauf <fuankg@apache.org>2011-04-17 19:17:40 +0000
commit0bffb845e79caaa93170670b31f806699f4a9024 (patch)
tree0fcebcabb47a1b4d591a17918333a3d5cf9141ca
parent62ac86f17f00dd94826d65ed5a99123d95ef21aa (diff)
downloadhttpd-0bffb845e79caaa93170670b31f806699f4a9024.tar.gz
Fixed line length to < 80 char.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094189 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 69b4e90486..78c2c0fa4b 100644
--- 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]