From 5107b4bc1f64b95b66580a8734ac80a1c6867beb Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 17 Sep 2010 22:52:19 +0000
Subject: [PATCH] Fix some typos in comments.

---
 opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java b/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
index a4d85ed..7e0f55b 100644
--- a/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
+++ b/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java
@@ -265,11 +265,11 @@
   BooleanArgument advancedArg;
 
   // The argument set by the user to specify the configuration class
-  // (useful when dsreplication purge-historical runs locally/starts the server)
+  // (useful when dsreplication purge-historical runs locally)
   private StringArgument  configClassArg;
 
   // The argument set by the user to specify the configuration file
-  // (useful when dsreplication purge-historical runs locally/starts the server)
+  // (useful when dsreplication purge-historical runs locally)
   private StringArgument  configFileArg;
 
   TaskScheduleArgs taskArgs;

--
Gitblit v1.10.0