You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by dj...@apache.org on 2006/01/10 19:21:06 UTC

svn commit: r367712 - in /db/derby/code/trunk/java: engine/org/apache/derby/loc/messages_en.properties testing/org/apache/derbyTesting/functionTests/master/encryptionKey.out

Author: djd
Date: Tue Jan 10 10:21:03 2006
New Revision: 367712

URL: http://svn.apache.org/viewcvs?rev=367712&view=rev
Log:
DERBY-746 Correct spelling mistake in error message.

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/loc/messages_en.properties
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/encryptionKey.out

Modified: db/derby/code/trunk/java/engine/org/apache/derby/loc/messages_en.properties
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/engine/org/apache/derby/loc/messages_en.properties?rev=367712&r1=367711&r2=367712&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/loc/messages_en.properties (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/loc/messages_en.properties Tue Jan 10 10:21:03 2006
@@ -84,7 +84,7 @@
 XBCXK.S=The given encryption key does not match the encryption key used when creating the database. Please ensure that you are using the correct encryption key and try again. 
 XBCXL.S=The verification process for the encryption key was not successful. This could have been caused by an error when accessing the appropriate file to do the verification process.  See next exception for details.  
 XBCXM.S=The length of the external encryption key must be an even number.
-XBCXN.S=The external encryption key contains one or more illegal characters. Allowed characters for a hexedecimal number are 0-9, a-f and A-F.
+XBCXN.S=The external encryption key contains one or more illegal characters. Allowed characters for a hexadecimal number are 0-9, a-f and A-F.
 
 #../java/com/ibm/db2j/impl/BasicServices/CacheService/Generic/messages.properties
 

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/encryptionKey.out
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/encryptionKey.out?rev=367712&r1=367711&r2=367712&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/encryptionKey.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/encryptionKey.out Tue Jan 10 10:21:03 2006
@@ -126,5 +126,5 @@
 connect 'jdbc:derby:encddbdb_invkey;create=true;dataEncryption=true;encryptionAlgorithm=DES/CBC/NoPadding;encryptionKey=616263646566676869616263646565XY';
 ERROR XJ041: Failed to create database 'encddbdb_invkey', see the next exception for details.
 ERROR XBM01: Startup failed due to an exception. See next exception for details. 
-ERROR XBCXN: The external encryption key contains one or more illegal characters. Allowed characters for a hexedecimal number are 0-9, a-f and A-F.
+ERROR XBCXN: The external encryption key contains one or more illegal characters. Allowed characters for a hexadecimal number are 0-9, a-f and A-F.
 ij>