From bb81bc6849dcbf41593822bf5f8b181249e5afed Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Wed, 09 Dec 2009 13:42:48 +0000
Subject: [PATCH] Minor comments improvements
---
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java b/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
index dc1b8c7..48a5c35 100644
--- a/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
+++ b/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -3128,7 +3128,7 @@
ServerState dbState = this.getDbServerState();
// The result is initialized from the dbState.
- // From it, we don't want to kepp the changes newer than eligibleCN.
+ // From it, we don't want to keep the changes newer than eligibleCN.
result = dbState.duplicate();
if (eligibleCN != null)
--
Gitblit v1.10.0