From 80c58327faaa4873369f6bb949e62792c2f708e0 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Wed, 15 Aug 2007 21:34:53 +0000
Subject: [PATCH] This commit is a step toward getting OpenDS internationalized. There are still issues to be resolved before we can declare that we are internationalized but this commit covers the bulk of changes needed at this time.
---
opends/src/ads/org/opends/admin/ads/ServerDescriptor.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/ads/org/opends/admin/ads/ServerDescriptor.java b/opends/src/ads/org/opends/admin/ads/ServerDescriptor.java
index d5c9903..2034463 100644
--- a/opends/src/ads/org/opends/admin/ads/ServerDescriptor.java
+++ b/opends/src/ads/org/opends/admin/ads/ServerDescriptor.java
@@ -737,7 +737,7 @@
* Returns the number of entries in a given backend using the provided
* InitialLdapContext.
* @param ctx the InitialLdapContext to use to update the configuration.
- * @param backenID the id of the backend.
+ * @param backendID the id of the backend.
* @return the number of entries in the backend.
* @throws NamingException if there was an error.
*/
--
Gitblit v1.10.0