From f389591ad1159ce28b56235aaa3f00afa5dd9e22 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sun, 02 Sep 2007 02:05:01 +0000
Subject: [PATCH] Correct a number of spelling errors in configuration definitions.
---
opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml
index 2bccdb9..8b9e534 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/FileSystemEntryCacheConfiguration.xml
@@ -46,7 +46,7 @@
Entries are maintained either by FIFO (default) or LRU (configurable)
based list implementation.
- Cache sizing is based on the size or percentage of free space availble in
+ Cache sizing is based on the size or percentage of free space available in
the file system, such that if enough memory is free, then adding an entry
to the cache will not require purging, but if more than a specified
percentage of the file system available space is already consumed, then
@@ -303,4 +303,4 @@
</adm:default-behavior>
</adm:property-override>
-</adm:managed-object>
+</adm:managed-object>
\ No newline at end of file
--
Gitblit v1.10.0