From: Jeff Trawick Date: Fri, 19 Jul 2002 11:43:16 +0000 (+0000) Subject: spell check X-Git-Tag: 2.0.40~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ce22ddb031a8b27c2ab1bcb8d797d4df73b3152;p=thirdparty%2Fapache%2Fhttpd.git spell check git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96126 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 5c89114bbd9..004e1d8ce1b 100644 --- a/CHANGES +++ b/CHANGES @@ -44,7 +44,7 @@ Changes with Apache 2.0.40 *) Add a new directive: MaxMemFree. MaxMemFree makes it possible to configure the maximum amount of memory the allocators will hold on to for reuse. Anything over the MaxMemFree threshold - will be free()d. This directive is usefull when uncommon large + will be free()d. This directive is useful when uncommon large peaks occur in memory usage. It should _not_ be used to mask defective modules' memory use. [Sander Striker]