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 kr...@apache.org on 2007/04/16 13:23:25 UTC

svn commit: r529208 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/EncryptionSuite.java

Author: kristwaa
Date: Mon Apr 16 04:23:18 2007
New Revision: 529208

URL: http://svn.apache.org/viewvc?view=rev&rev=529208
Log:
Corrected typo.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/EncryptionSuite.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/EncryptionSuite.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/EncryptionSuite.java?view=diff&rev=529208&r1=529207&r2=529208
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/EncryptionSuite.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/EncryptionSuite.java Mon Apr 16 04:23:18 2007
@@ -36,7 +36,7 @@
  * tests run without any problems when encryption
  * is enabled.
  * <BR>
- * It is not for testing of encrpytion functionality,
+ * It is not for testing of encryption functionality,
  * e.g. testing that bootPassword must be a certain
  * length etc. That should be in a specific JUnit test
  * that probably needs to control database creation