From e6ee0bf1195bc2911b2d1efa6e5c04c3a51ef7c9 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.
---
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
index c002985..07ce3f0 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opendj-sdk/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