From: Cliff Woolley Date: Thu, 16 Aug 2001 05:13:55 +0000 (+0000) Subject: Fix a few tiny typos X-Git-Tag: 2.0.24~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02f7721f866907d1f9eec809db40c4fe43444ea3;p=apache Fix a few tiny typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90191 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 5cdcc89739..7a17c7aea1 100644 --- 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 ] - *) 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]