From 76698e55639eeb12ae818167870384db7021831c Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 16 Oct 2007 16:21:51 +0000
Subject: [PATCH] Fix a typo in a comment.

---
 opendj-sdk/opends/src/server/org/opends/server/tools/ImportLDIF.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/tools/ImportLDIF.java b/opendj-sdk/opends/src/server/org/opends/server/tools/ImportLDIF.java
index 7c7d52a..52c8cad 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/tools/ImportLDIF.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/tools/ImportLDIF.java
@@ -1094,9 +1094,9 @@
     }
 
     // Make sure that if the "backendID" argument was provided, no include base
-    // was included, and the "append" ption was not provided, the "clearBackend"
-    // argument was also provided if there are more then one baseDNs for the
-    // backend being imported.
+    // was included, and the "append" option was not provided, the
+    // "clearBackend" argument was also provided if there are more then one
+    // baseDNs for the backend being imported.
     if(backendID.isPresent() && !includeBranchStrings.isPresent() &&
         !append.isPresent() && defaultIncludeBranches.size() > 1 &&
         !clearBackend.isPresent())

--
Gitblit v1.10.0