summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-07-19 13:43:16 +0200
committerJeff Trawick <trawick@apache.org>2002-07-19 13:43:16 +0200
commit3ce22ddb031a8b27c2ab1bcb8d797d4df73b3152 (patch)
tree55954ebc11a015c7861879604cd0f6d027353e05 /CHANGES
parentNew Japanese translations. (diff)
downloadapache2-3ce22ddb031a8b27c2ab1bcb8d797d4df73b3152.tar.xz
apache2-3ce22ddb031a8b27c2ab1bcb8d797d4df73b3152.zip
spell check
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96126 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5c89114bbd..004e1d8ce1 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]