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.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/access_control.properties b/opends/src/messages/messages/access_control.properties
index 54e2dc8..a7483d4 100644
--- a/opends/src/messages/messages/access_control.properties
+++ b/opends/src/messages/messages/access_control.properties
@@ -163,7 +163,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