From 0855df56481028fc416398c5e8b283fbf03a6e8c Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Wed, 03 Jul 2013 14:43:46 +0000
Subject: [PATCH] Fix typos in comments

---
 opendj-sdk/opends/src/server/org/opends/server/replication/plugin/EntryHistorical.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/EntryHistorical.java b/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/EntryHistorical.java
index 2cef46a..bfa329f 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/EntryHistorical.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/EntryHistorical.java
@@ -86,7 +86,7 @@
   private static final DebugTracer TRACER = getTracer();
 
   /**
-   * The delay to purge the historical informations.
+   * The delay to purge the historical information.
    * This delay indicates the time the domain keeps the historical
    * information necessary to solve conflicts.When a change stored in the
    * historical part of the user entry has a date (from its replication
@@ -588,7 +588,7 @@
   }
 
   /**
-   * Set the delay to purge the historical informations. The purge is applied
+   * Set the delay to purge the historical information. The purge is applied
    * only when historical attribute is updated (write operations).
    *
    * @param purgeDelay the purge delay in ms
@@ -665,7 +665,7 @@
     try
     {
       // For each value of the historical attr read (mod. on a user attribute)
-      //   build an AttrInfo subobject
+      //   build an AttrInfo sub-object
 
       // Traverse the Attributes (when several options for the hist attr)
       // of the historical attribute read from the entry
@@ -860,7 +860,7 @@
 
   /**
    * Get the Entry Unique Id from an add operation.
-   * This must be called after the entry uuid preop plugin (i.e no
+   * This must be called after the entry uuid pre-op plugin (i.e no
    * sooner than the replication provider pre-op)
    *
    * @param op The operation

--
Gitblit v1.10.0