From 8276a61f4da10c6520cacd9b35736e4e4a16bd45 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 14 May 2012 12:56:20 +0000
Subject: [PATCH] Typo: valid ==> validated
---
opendj-sdk/opends/src/admin/messages/CertificateAttributeSyntaxCfgDefn.properties | 2 +-
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/CertificateAttributeSyntaxConfiguration.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/CertificateAttributeSyntaxConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/CertificateAttributeSyntaxConfiguration.xml
index 8e29314..8e4ea22 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/CertificateAttributeSyntaxConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/CertificateAttributeSyntaxConfiguration.xml
@@ -55,7 +55,7 @@
strictly comply with the standard definition for this syntax.
</adm:synopsis>
<adm:description>
- When set to false, certificates will not be valid and, as a result
+ When set to false, certificates will not be validated and, as a result
any sequence of bytes will be acceptable.
</adm:description>
<adm:default-behavior>
diff --git a/opendj-sdk/opends/src/admin/messages/CertificateAttributeSyntaxCfgDefn.properties b/opendj-sdk/opends/src/admin/messages/CertificateAttributeSyntaxCfgDefn.properties
index b542276..59f050c 100644
--- a/opendj-sdk/opends/src/admin/messages/CertificateAttributeSyntaxCfgDefn.properties
+++ b/opendj-sdk/opends/src/admin/messages/CertificateAttributeSyntaxCfgDefn.properties
@@ -4,4 +4,4 @@
property.enabled.synopsis=Indicates whether the Certificate Attribute Syntax is enabled.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Certificate Attribute Syntax implementation.
property.strict-format.synopsis=Indicates whether or not X.509 Certificate values are required to strictly comply with the standard definition for this syntax.
-property.strict-format.description=When set to false, certificates will not be valid and, as a result any sequence of bytes will be acceptable.
+property.strict-format.description=When set to false, certificates will not be validated and, as a result any sequence of bytes will be acceptable.
--
Gitblit v1.10.0