From b898748a18048b6583301864a2dbf4e9c46fb9e3 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 09 Apr 2008 00:31:05 +0000 Subject: [PATCH] Fix for issue 31133 (public-key-certificate inconsistency in wording) Fix a couple of typos. --- opendj-sdk/opends/src/messages/messages/core.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/core.properties b/opendj-sdk/opends/src/messages/messages/core.properties index 0678283..6f3e4e7 100644 --- a/opendj-sdk/opends/src/messages/messages/core.properties +++ b/opendj-sdk/opends/src/messages/messages/core.properties @@ -1684,7 +1684,7 @@ SEVERE_ERR_CRYPTOMGR_FAILED_TO_INITIATE_INSTANCE_KEY_GENERATION_665=CryptoManager \ failed to add entry "%s" to initiate instance key generation SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager \ - failed to retrieve entry "%s" (the instance-key-pair public-key certificate): %s + failed to retrieve entry "%s" (the instance-key-pair public-key-certificate): %s SEVERE_ERR_CRYPTOMGR_FAILED_TO_COMPUTE_INSTANCE_KEY_IDENTIFIER_667=CryptoManager \ failed to compute an instance key identifier: %s SEVERE_ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS_668=Failed \ @@ -1706,7 +1706,7 @@ SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_DECIPHER_675=CryptoManager \ failed to decipher the wrapped secret-key value: %s MILD_ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER_676=CryptoManager \ - cannot find the public-key-certificate (identfier "%s") requested for symmetric \ + cannot find the public-key-certificate (identifier "%s") requested for symmetric \ key re-encoding MILD_ERR_CRYPTOMGR_INVALID_KEY_IDENTIFIER_SYNTAX_677=CryptoManager failed to decode \ the key entry identifier "%s": %s -- Gitblit v1.10.0