From 75bf478e559d8c54caf7cfdfe5d2918fa2c19118 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 15 May 2013 19:28:58 +0000
Subject: [PATCH] Fix message typo.

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

diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties
index cf9e089..36d8e67 100644
--- a/opends/src/messages/messages/core.properties
+++ b/opends/src/messages/messages/core.properties
@@ -551,7 +551,7 @@
 MILD_ERR_MODIFY_INCREMENT_REQUIRES_INTEGER_VALUE_265=Entry %s cannot be \
  modified because an attempt was made to increment the value of attribute %s \
  but the value "%s" could not be parsed as an integer
-MILD_ERR_MODIFY_VIOLATES_SCHEMA_266=Entry %s cannot not be modified because \
+MILD_ERR_MODIFY_VIOLATES_SCHEMA_266=Entry %s cannot be modified because \
  the resulting entry would have violated the server schema:  %s
 MILD_ERR_MODIFY_NO_BACKEND_FOR_ENTRY_267=Entry %s cannot be modified because \
  there is no backend registered to handle operations for that entry

--
Gitblit v1.10.0