From 6439735a2fa9d8e58ae26e49a713e5f3831dd2b1 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 07 Mar 2016 15:44:49 +0000
Subject: [PATCH] core.properties: fixed "is is" typo

---
 opendj-sdk/opendj-core/src/main/resources/com/forgerock/opendj/ldap/core.properties |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opendj-core/src/main/resources/com/forgerock/opendj/ldap/core.properties b/opendj-sdk/opendj-core/src/main/resources/com/forgerock/opendj/ldap/core.properties
index 44a2bc0..1315639 100644
--- a/opendj-sdk/opendj-core/src/main/resources/com/forgerock/opendj/ldap/core.properties
+++ b/opendj-sdk/opendj-core/src/main/resources/com/forgerock/opendj/ldap/core.properties
@@ -1286,10 +1286,9 @@
  the attribute type "%s" declared that substring matching should be \
  performed using the matching rule "%s" which is not defined \
  in the schema
-WARN_ATTR_TYPE_NOT_DEFINED1=The definition for the \
- attribute type "%s" declared that it should use the syntax \
- "%s" which is is not defined in the schema. The default syntax "%s" \
- will be used instead
+WARN_ATTR_TYPE_NOT_DEFINED1=The definition for the attribute type "%s" \
+ declared that it should use the syntax "%s" which is not defined in the schema. \
+ The default syntax "%s" will be used instead
 ERR_ATTR_SYNTAX_DCR_UNKNOWN_REQUIRED_ATTR1=The DIT content rule "%s" \
  is associated with a required attribute type "%s" which is not defined in the \
  schema

--
Gitblit v1.10.0