]> granicus.if.org Git - apache/commitdiff
Fix a type-d'oh
authorKen Coar <coar@apache.org>
Wed, 30 Jan 2002 16:53:44 +0000 (16:53 +0000)
committerKen Coar <coar@apache.org>
Wed, 30 Jan 2002 16:53:44 +0000 (16:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93114 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 19f1423dec789d0ccb239907892571f078f7fc63..a4d5376eda5d3d5dfc5fb6195f3447e4978cf97c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2002/01/30 16:11:10 $]
+Last modified at [$Date: 2002/01/30 16:53:44 $]
 
 Release:
 
@@ -40,7 +40,7 @@ on related projects:
 
 RELEASE SHOWSTOPPERS:
 
-    * Runtime startup failures don't reliable set the exit status.
+    * Runtime startup failures don't reliably set the exit status.
       For instance, try listening to port 80 and starting as non-root;
       server fails with make_sock and 'no listening sockets' errors
       but exits with 0 status.  Even with -DONE_PROCESS -DNO_DETACH.