From f982dcfa7782bf1f7f980b27abc632b91c84b489 Mon Sep 17 00:00:00 2001 From: lutoff <lutoff@localhost> Date: Wed, 29 Aug 2007 11:55:24 +0000 Subject: [PATCH] Fix typo --- opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java b/opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java index 83e2bb1..cda0628 100644 --- a/opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliParser.java +++ b/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