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 ka...@apache.org on 2007/02/02 08:48:11 UTC

svn commit: r502527 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobStreamsTest.java

Author: kahatlen
Date: Thu Feb  1 23:48:10 2007
New Revision: 502527

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

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobStreamsTest.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobStreamsTest.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobStreamsTest.java?view=diff&rev=502527&r1=502526&r2=502527
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobStreamsTest.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobStreamsTest.java Thu Feb  1 23:48:10 2007
@@ -438,7 +438,7 @@
 
     /**
      * Run with DerbyNetClient only.
-     * Embedded Clob/Blob.setXXXStream() methods are not implmented.
+     * Embedded Clob/Blob.setXXXStream() methods are not implemented.
      * @return
      */
     public static Test suite() {