From 3ce3aba7ce59fea236b1d073b2399196e253157b Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Fri, 20 Jul 2012 09:40:55 +0000
Subject: [PATCH] Correct minor typos in comments
---
opends/src/server/org/opends/server/tools/ToolConstants.java | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/ToolConstants.java b/opends/src/server/org/opends/server/tools/ToolConstants.java
index 023f062..1fd5696 100644
--- a/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -23,7 +23,7 @@
*
*
* Copyright 2006-2010 Sun Microsystems, Inc.
- * Portions Copyright 2011 ForgeRock AS
+ * Portions Copyright 2011-2012 ForgeRock AS
*/
package org.opends.server.tools;
@@ -91,7 +91,7 @@
/**
- * The name of the opends configuration direction in the user
+ * The name of the OpenDJ configuration directory in the user
* home directory.
*/
public static final String DEFAULT_OPENDS_CONFIG_DIR = ".opendj";
@@ -418,7 +418,7 @@
"getEffectiveRightsAuthzid";
/**
- * The value for the short option geteffectiveights control attributes.
+ * The value for the short option geteffectiverights control attributes.
*/
public static final char OPTION_SHORT_EFFECTIVERIGHTSATTR = 'e';
@@ -564,12 +564,12 @@
public static final String OPTION_LONG_QUIET = "quiet";
/**
- * Value for noninteractive session short form.
+ * Value for non-interactive session short form.
*/
public static final Character OPTION_SHORT_NO_PROMPT = 'n';
/**
- * Value for noninteractive session long form.
+ * Value for non-interactive session long form.
*/
public static final String OPTION_LONG_NO_PROMPT = "no-prompt";
--
Gitblit v1.10.0