From 15cd74bebe665b957da6f0fe95ff1e72f3955b8c Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Thu, 27 May 2010 14:19:11 +0000
Subject: [PATCH] Fix typo in ACI keyword: targattrfilters is the keyword name (since Sun DS 5.0).

---
 opends/src/messages/messages/access_control_de.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/access_control_de.properties b/opends/src/messages/messages/access_control_de.properties
index 89c4c16..98a85ec 100644
--- a/opends/src/messages/messages/access_control_de.properties
+++ b/opends/src/messages/messages/access_control_de.properties
@@ -155,7 +155,7 @@
 ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control \
 ### Instruction (ACI) target keyword value "%s" is invalid. A valid target \
 ### keyword value is one of the following: target, targetscope, targetfilter, \
-### targetattr or targetattrfilters
+### targetattr or targattrfilters
 ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access \
 ### Control Instruction (ACI) target operator value "%s" is invalid. The only \
 ### valid target operator value for the "%s" keyword is '='

--
Gitblit v1.10.0