]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix OS name for searchability
authorJeff Trawick <trawick@apache.org>
Thu, 8 May 2008 12:20:13 +0000 (12:20 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 8 May 2008 12:20:13 +0000 (12:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@654504 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2a23ecf400c1befc0452ae2b87f259867fd51995..b5b12e1923a9a8931e2726d8dca7beaf7e7adab0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
   *) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared by
-     mod_cgid and request processing threads, for OS'es such as HPUX and AIX
+     mod_cgid and request processing threads, for OS'es such as HP-UX and AIX
      that do not use umask for AF_UNIX socket permissions.
      [Eric Covener, Jeff Trawick]