You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2018/05/15 22:31:06 UTC

[directory-ldap-api] 04/06: Fixed some typoes in messages

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git

commit 22bc0cc748834adfeeafb65f6137fc98a9934a66
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Wed May 2 15:48:39 2018 +0200

    Fixed some typoes in messages
---
 .../main/resources/org/apache/directory/api/i18n/errors.properties | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/i18n/src/main/resources/org/apache/directory/api/i18n/errors.properties b/i18n/src/main/resources/org/apache/directory/api/i18n/errors.properties
index f540e57..333f43f 100644
--- a/i18n/src/main/resources/org/apache/directory/api/i18n/errors.properties
+++ b/i18n/src/main/resources/org/apache/directory/api/i18n/errors.properties
@@ -220,9 +220,9 @@ ERR_04177=provider monitor class {0} not found
 ERR_04178=provider monitor class {0} does not expose a public default constructor
 ERR_04179=provider monitor class {0} failed during instantiation
 ERR_04180=Could not instantiate provider - environment does not specify {0} property!
-ERR_04181=Count not find the Provider class {0}
-ERR_04182=Count not invoke the Provider''s factory method: {0}.getProvider() - it may not exist!
-ERR_04183=Count not invoke the Provider''s factory method: {0}.getProvider() - it does seem to be a public method!
+ERR_04181=Could not find the Provider class {0}
+ERR_04182=Could not invoke the Provider''s factory method: {0}.getProvider() - it may not exist!
+ERR_04183=Could not invoke the Provider''s factory method: {0}.getProvider() - it does seem to be a public method!
 ERR_04184=Call to Provider''s factory method: {0}.getProvider() threw the following exception:\n{1}
 ERR_04189=The User Provided type cannot be empty or null
 ERR_04190=The User provided name does not contains an ''=''
@@ -890,6 +890,7 @@ ERR_16077_SCHEMA_MANAGER_CANT_BE_LOADED=SchemaManager can't be loaded: {0}
 ERR_16078_CANNOT_LOAD_UNKNOWN_SCHEMA=Cannot load the unknown schema {0}
 ERR_16079_INVALID_SCHEMA_OBJECT_CANNOT_BE_LOADED=the SchemaObject {0} cannot be added, it''s not a valid LoadableSchemaObject.
 
+
 # api-utils     17000 - 17999
 ERR_17000_UNEXPECTED_PARSER_CONDITION=Unexpected parser condition throwing IllegalStateException.
 ERR_17001_FAILED_OPEN_JAR_MANIFEST=Failed to open jar file or manifest.

-- 
To stop receiving notification emails like this one, please contact
elecharny@apache.org.