From 56c276b0ab16486f683d38976eccdb94329516a0 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 10 May 2012 09:58:39 +0000
Subject: [PATCH] Fix OPENDJ-479: Typo in Assertion Failed message

---
 opends/src/messages/messages/core.properties |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties
index 4b074d6..d292f67 100644
--- a/opends/src/messages/messages/core.properties
+++ b/opends/src/messages/messages/core.properties
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
-#      Portions copyright 2011 ForgeRock AS
+#      Portions copyright 2011-2012 ForgeRock AS
 
 
 
@@ -755,11 +755,11 @@
  way that caused it to violate the server schema:  %s
 MILD_ERR_MODIFY_ASSERTION_FAILED_357=Entry %s cannot be modified because the \
  request contained an LDAP assertion control and the associated filter did not \
- match the contents of the that entry
+ match the contents of the entry
 MILD_ERR_MODIFY_CANNOT_PROCESS_ASSERTION_FILTER_358=Entry %s cannot be \
  modified because the request contained an LDAP assertion control, but an \
  error occurred while attempting to compare the target entry against the \
- filter contained in that control:  %s
+ filter contained in the control:  %s
 MILD_ERR_MODIFY_UNSUPPORTED_CRITICAL_CONTROL_359=Entry %s cannot be modified \
  because the request contained a critical control with OID %s that is not \
  supported by the Directory Server for this type of operation
@@ -773,21 +773,21 @@
  request
 MILD_ERR_DELETE_ASSERTION_FAILED_362=Entry %s cannot be removed because the \
  request contained an LDAP assertion control and the associated filter did not \
- match the contents of the that entry
+ match the contents of the entry
 MILD_ERR_DELETE_CANNOT_PROCESS_ASSERTION_FILTER_363=Entry %s cannot be \
  removed because the request contained an LDAP assertion control, but an error \
  occurred while attempting to compare the target entry against the filter \
- contained in that control:  %s
+ contained in the control:  %s
 MILD_ERR_DELETE_UNSUPPORTED_CRITICAL_CONTROL_364=Entry %s cannot be removed \
  because the request contained a critical control with OID %s that is not \
  supported by the Directory Server for this type of operation
 MILD_ERR_MODDN_ASSERTION_FAILED_365=Entry %s cannot be renamed because the \
  request contained an LDAP assertion control and the associated filter did not \
- match the contents of the that entry
+ match the contents of the entry
 MILD_ERR_MODDN_CANNOT_PROCESS_ASSERTION_FILTER_366=Entry %s cannot be renamed \
  because the request contained an LDAP assertion control, but an error \
  occurred while attempting to compare the target entry against the filter \
- contained in that control:  %s
+ contained in the control:  %s
 MILD_ERR_MODDN_UNSUPPORTED_CRITICAL_CONTROL_367=Entry %s cannot be renamed \
  because the request contained a critical control with OID %s that is not \
  supported by the Directory Server for this type of operation
@@ -797,7 +797,7 @@
 MILD_ERR_ADD_CANNOT_PROCESS_ASSERTION_FILTER_369=Entry %s cannot be added \
  because the request contained an LDAP assertion control, but an error \
  occurred while attempting to compare the provided entry against the filter \
- contained in that control:  %s
+ contained in the control:  %s
 MILD_ERR_ADD_UNSUPPORTED_CRITICAL_CONTROL_370=Entry %s cannot be added \
  because the request contained a critical control with OID %s that is not \
  supported by the Directory Server for this type of operation
@@ -820,7 +820,7 @@
  supported by the Directory Server for this type of operation
 MILD_ERR_COMPARE_ASSERTION_FAILED_376=Cannot perform the compare operation on \
  entry %s because the request contained an LDAP assertion control and the \
- associated filter did not match the contents of the that entry
+ associated filter did not match the contents of the entry
 MILD_ERR_COMPARE_CANNOT_PROCESS_ASSERTION_FILTER_377=Cannot perform the \
  compare operation on entry %s because the request contained an LDAP assertion \
  control, but an error occurred while attempting to compare the target entry \

--
Gitblit v1.10.0