From a7058d775afdf94f2e525cddf5ec95b192a52e22 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 02 Apr 2008 00:11:49 +0000
Subject: [PATCH] Fix for issue 3103 (several typos in messages)

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

diff --git a/opends/src/messages/messages/protocol.properties b/opends/src/messages/messages/protocol.properties
index 29fc529..c156ad6 100644
--- a/opends/src/messages/messages/protocol.properties
+++ b/opends/src/messages/messages/protocol.properties
@@ -629,7 +629,7 @@
  search filter "%s" could not be decoded because the closing parenthesis at \
  position %d did not have a corresponding open parenthesis
 MILD_ERR_LDAP_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_199=The provided \
- search filter "%s" could not be decoded because the closing parenthesis at \
+ search filter "%s" could not be decoded because the opening parenthesis at \
  position %d did not have a corresponding close parenthesis
 MILD_ERR_LDAP_FILTER_SUBSTRING_NO_ASTERISKS_200=The provided search filter \
  "%s" could not be decoded because the assumed substring filter value between \

--
Gitblit v1.10.0