]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix a typo (needed space instead of '_')
authorJeff Trawick <trawick@apache.org>
Fri, 7 Sep 2001 12:46:16 +0000 (12:46 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 7 Sep 2001 12:46:16 +0000 (12:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90950 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index af7967c5a20af791caf758913acbe1281336dbe1..f5a34ed8a77b3eb574640f7d3a6d38627ded668a 100644 (file)
@@ -100,7 +100,7 @@ Changes with Apache 1.3.21
      due to configuration errors. 
      [Brad Nicholes <BNICHOLES@novell.com>]
 
-  *)_Change the compile switches for ReliantUNIX SVR4 not to use
+  *) Change the compile switches for ReliantUNIX SVR4 not to use
      SYSV semaphores, because upon reaching the system limit of
      semaphores, the whole server exits (not just one child).
      Apache could be improved to use NO_SEM_UNDO flag (see test/time-sem.c)