From bea7ace558ff67f4fb9959042bc51ecb259ef111 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 04 Jun 2007 13:39:49 +0000
Subject: [PATCH] fix some non ascii characters in comment lines.

---
 opends/src/server/org/opends/server/replication/plugin/Historical.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/plugin/Historical.java b/opends/src/server/org/opends/server/replication/plugin/Historical.java
index 5e7aacc..91bdc28 100644
--- a/opends/src/server/org/opends/server/replication/plugin/Historical.java
+++ b/opends/src/server/org/opends/server/replication/plugin/Historical.java
@@ -193,7 +193,7 @@
     Attribute modAttr = mod.getAttribute();
     if (modAttr.getAttributeType().equals(Historical.historicalAttrType))
     {
-      // Don“t keep historical information for the attribute that is
+      // Don't keep historical information for the attribute that is
       // used to store the historical information.
       return null;
     }

--
Gitblit v1.10.0