From 430e145d40c0f5fb69622077c9b5cf99c70e9b50 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.
---
opendj-sdk/opends/src/server/org/opends/server/api/EntryCache.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/api/EntryCache.java b/opendj-sdk/opends/src/server/org/opends/server/api/EntryCache.java
index f73623d..3c2fc53 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/api/EntryCache.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/api/EntryCache.java
@@ -582,7 +582,7 @@
/**
- * Retrieves the curent number of entries stored within the cache.
+ * Retrieves the current number of entries stored within the cache.
*
* @return The current number of entries stored within the cache.
*/
@@ -591,7 +591,7 @@
/**
- * Retrieves the curent number of cache hits for this cache.
+ * Retrieves the current number of cache hits for this cache.
*
* @return The current number of cache hits for this cache.
*/
@@ -603,7 +603,7 @@
/**
- * Retrieves the curent number of cache misses for this cache.
+ * Retrieves the current number of cache misses for this cache.
*
* @return The current number of cache misses for this cache.
*/
--
Gitblit v1.10.0