From 81b66dafd30d3893f5199a7ca5efaae9eff3e180 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 05 Nov 2007 22:14:14 +0000
Subject: [PATCH] Complete fix for issue 2263.

---
 opends/src/server/org/opends/server/config/ConfigConstants.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index c002985..07ce3f0 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -1334,7 +1334,7 @@
   public static final String ATTR_SYNCHRONIZATION_STATE_LC = "ds-sync-state";
 
   /**
-   * The name of the attribute that holds the relication generationId,
+   * The name of the attribute that holds the replication generationId,
    * formatted in lowercase.
    */
   public static final String ATTR_SYNCHRONIZATION_GENERATIONID_LC =

--
Gitblit v1.10.0