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/ReplicationCliReturnCode.java     |    4 ++--
 opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java |    4 ++--
 2 files changed, 4 insertions(+), 4 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;
diff --git a/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliReturnCode.java b/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliReturnCode.java
index e9fb1dc..3011f9f 100644
--- a/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliReturnCode.java
+++ b/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliReturnCode.java
@@ -61,12 +61,12 @@
   ERROR_USER_DATA(2, ERR_REPLICATION_NO_MESSAGE.get()),
 
   /**
-   * The user cancelled the operation in interactive mode.
+   * The user canceled the operation in interactive mode.
    */
   USER_CANCELLED(3, ERR_REPLICATION_USER_CANCELLED.get()),
 
   /**
-   * Unexpected error (potential bug).
+   * Conflicting arguments.
    */
   CONFLICTING_ARGS(4, ERR_REPLICATION_NO_MESSAGE.get()),
 

--
Gitblit v1.10.0