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 2008/05/16 12:04:05 UTC

svn commit: r656995 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java

Author: kristwaa
Date: Fri May 16 03:04:05 2008
New Revision: 656995

URL: http://svn.apache.org/viewvc?rev=656995&view=rev
Log:
Added missing word in JavaDoc.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java?rev=656995&r1=656994&r2=656995&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java Fri May 16 03:04:05 2008
@@ -997,7 +997,7 @@
      * Obtains a new configuration identical to the passed in one, except for
      * the default SSL mode.
      * <p>
-     * The modes supported at moment are <tt>basic</tt> and <tt>off</tt>.
+     * The modes supported at the moment are <tt>basic</tt> and <tt>off</tt>.
      * The mode <tt>peerAuthentication</tt> is not yet supported.
      *
      * @param copy configuration to copy