From ee1d623077d1e367935fb25f82d13bce96997661 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 03 Nov 2011 14:45:36 +0000
Subject: [PATCH] Typo
---
opendj-sdk/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn.properties | 2 +-
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml
index ae3e5e2..e6bb853 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/DictionaryPasswordValidatorConfiguration.xml
@@ -148,7 +148,7 @@
</adm:property>
<adm:property name="check-substrings" mandatory="true">
<adm:synopsis>
- Indicates wheather this password validator is to match portions of
+ Indicates whether this password validator is to match portions of
the password string against dictionary words.
</adm:synopsis>
<adm:description>
diff --git a/opendj-sdk/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn.properties b/opendj-sdk/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn.properties
index d16d3a8..315323f 100644
--- a/opendj-sdk/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn.properties
+++ b/opendj-sdk/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn.properties
@@ -4,7 +4,7 @@
description=A large dictionary file is provided with the server, but the administrator can supply an alternate dictionary. In this case, then the dictionary must be a plain-text file with one word per line.
property.case-sensitive-validation.synopsis=Indicates whether this password validator is to treat password characters in a case-sensitive manner.
property.case-sensitive-validation.description=If it is set to true, then the validator rejects a password only if it appears in the dictionary with exactly the same capitalization as provided by the user.
-property.check-substrings.synopsis=Indicates wheather this password validator is to match portions of the password string against dictionary words.
+property.check-substrings.synopsis=Indicates whether this password validator is to match portions of the password string against dictionary words.
property.check-substrings.description=If "false" then only match the entire password against words otherwise ("true") check whether the password contains words.
property.dictionary-file.synopsis=Specifies the path to the file containing a list of words that cannot be used as passwords.
property.dictionary-file.description=It should be formatted with one word per line. The value can be an absolute path or a path that is relative to the OpenDJ instance root.
--
Gitblit v1.10.0