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/core.properties     |    2 +-
 opends/src/messages/messages/dsconfig.properties |    2 +-
 opends/src/messages/messages/protocol.properties |    2 +-
 opends/src/messages/messages/utility.properties  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties
index fed3c05..0678283 100644
--- a/opends/src/messages/messages/core.properties
+++ b/opends/src/messages/messages/core.properties
@@ -230,7 +230,7 @@
  search filter "%s" could not be decoded because the closing parenthesis at \
  position %d did not have a corresponding open parenthesis
 MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=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_SEARCH_FILTER_SUBSTRING_NO_ASTERISKS_151=The provided search filter \
  "%s" could not be decoded because the assumed substring filter value between \
diff --git a/opends/src/messages/messages/dsconfig.properties b/opends/src/messages/messages/dsconfig.properties
index a3a744d..98e28f4 100644
--- a/opends/src/messages/messages/dsconfig.properties
+++ b/opends/src/messages/messages/dsconfig.properties
@@ -391,7 +391,7 @@
 INFO_DSCFG_PROMPT_HOST_NAME_1367=Directory server hostname or IP address [%s]:
 INFO_DSCFG_PROMPT_PORT_NUMBER_1368=Directory server port number [%d]:
 INFO_DSCFG_PROMPT_BIND_DN_1369=Administrator user bind DN [%s]:
-SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=The hostname "%s" could not be resolved. Please check you have have the correct address
+SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=The hostname "%s" could not be resolved. Please check you have provided the correct address
 SEVERE_ERR_DSCFG_BAD_PORT_NUMBER_1371=Invalid port number "%s". Please enter a valid port number between 1 and 65535
 INFO_DSCFG_GENERIC_TYPE_OPTION_1372=Generic %s
 INFO_DSCFG_HEADING_CONNECTION_PARAMETERS_1373=>>>> Specify OpenDS LDAP connection parameters
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 \
diff --git a/opends/src/messages/messages/utility.properties b/opends/src/messages/messages/utility.properties
index 55b952b..2cdd47a 100644
--- a/opends/src/messages/messages/utility.properties
+++ b/opends/src/messages/messages/utility.properties
@@ -516,7 +516,7 @@
 INFO_LDAP_CONN_HEADING_CONNECTION_PARAMETERS_236=>>>> Specify OpenDS LDAP \
   connection parameters
 SEVERE_ERR_LDAP_CONN_BAD_HOST_NAME_237=The hostname "%s" could not be \
-  resolved. Please check you have have the correct address
+  resolved. Please check you have provided the correct address
 SEVERE_ERR_LDAP_CONN_BAD_PORT_NUMBER_238=Invalid port number "%s". Please \
   enter a valid port number between 1 and 65535
 INFO_LDAP_CONN_PROMPT_HOST_NAME_239=Directory server hostname or IP address \

--
Gitblit v1.10.0