]> granicus.if.org Git - apache/commitdiff
spell check
authorJeff Trawick <trawick@apache.org>
Fri, 19 Jul 2002 11:43:16 +0000 (11:43 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 19 Jul 2002 11:43:16 +0000 (11:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96126 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 5c89114bbd97f3d077604172221740afe5616570..004e1d8ce1b597548d899868233acd56ad15c952 100644 (file)
--- 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]