]> granicus.if.org Git - apache/commitdiff
Fix a few tiny typos
authorCliff Woolley <jwoolley@apache.org>
Thu, 16 Aug 2001 05:13:55 +0000 (05:13 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 16 Aug 2001 05:13:55 +0000 (05:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90191 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 5cdcc897396154efbf9de3a987915d8504f48e70..7a17c7aea163e139cbd87c6487022d5507c94c8d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -22,7 +22,7 @@ Changes with Apache 2.0.24-dev
      should make it easier to catch all bugs in these directives once.
      [Cody Sherr <csherr@covalent.net>]
 
-  *) Close a major resource leak.  Everytime we had issued a
+  *) Close a major resource leak.  Every time we had issued a
      graceful restart, we leaked a socket descriptor.
      [Ryan Bloom]
 
@@ -41,7 +41,7 @@ Changes with Apache 2.0.24-dev
      [Ryan Bloom]
 
   *) The worker MPM now handles shutdown and restart requests.  It
-     definately isn't perfect, but we do stop the servers correctly.
+     definitely isn't perfect, but we do stop the servers correctly.
      The biggest problem right now is that SIGHUP causes the server to
      just die.  [Ryan Bloom]