From e9bd5dd675106027a9590df3d0c1aeb4ecb35699 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Mon, 14 May 2012 11:52:54 +0000 Subject: [PATCH] Typo --- opends/src/admin/messages/CertificateAttributeSyntaxCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/admin/messages/CertificateAttributeSyntaxCfgDefn.properties b/opends/src/admin/messages/CertificateAttributeSyntaxCfgDefn.properties index 827ed0c..b542276 100644 --- a/opends/src/admin/messages/CertificateAttributeSyntaxCfgDefn.properties +++ b/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 validation and, as a result any sequence of bytes will be acceptable. +property.strict-format.description=When set to false, certificates will not be valid and, as a result any sequence of bytes will be acceptable. -- Gitblit v1.10.0