From 9c826e53ce4440b3626396db2662b2c595cd3038 Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Sat, 08 Dec 2007 19:22:36 +0000 Subject: [PATCH] - fix some comments typos and inaccuracies. --- opends/src/server/org/opends/server/extensions/DefaultEntryCache.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/server/org/opends/server/extensions/DefaultEntryCache.java b/opends/src/server/org/opends/server/extensions/DefaultEntryCache.java index c5b86cf..d899f3e 100644 --- a/opends/src/server/org/opends/server/extensions/DefaultEntryCache.java +++ b/opends/src/server/org/opends/server/extensions/DefaultEntryCache.java @@ -56,7 +56,7 @@ /** * This class defines the default entry cache which acts as an arbiter for - * every entry cache implemenation configured and installed withhin the + * every entry cache implementation configured and installed within the * Directory Server or acts an an empty cache if no implementation specific * entry cache is configured. It does not actually store any entries, so * all calls to the entry cache public API are routed to underlying entry -- Gitblit v1.10.0