From c7722d0e7353c633df2a70a101d8a018bc354a96 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Wed, 29 Aug 2007 11:55:24 +0000
Subject: [PATCH] Fix typo

---
 opendj-sdk/opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java b/opendj-sdk/opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java
index 83e2bb1..cda0628 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java
@@ -69,7 +69,7 @@
 
 /**
  * This is a commodity class that can be used to check the arguments required
- * to stablish a secure connection in the command line.  It can be used
+ * to establish a secure connection in the command line.  It can be used
  * to generate an ApplicationTrustManager object based on the options provided
  * by the user in the command line.
  *

--
Gitblit v1.10.0