svn commit: r1346560 - /xalan/test/trunk/java/src/org/apache/qetest/Datalet.java
[email protected] Tue, 05 Jun 2012 20:08:26 -0000
| Newsgroups | gmane.text.xml.xalan.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ggregory
Date: Tue Jun 5 20:08:26 2012
New Revision: 1346560
URL: http://svn.apache.org/viewvc?rev=1346560&view=rev
Log:
Fix Javadoc typos.
Modified:
xalan/test/trunk/java/src/org/apache/qetest/Datalet.java
Modified: xalan/test/trunk/java/src/org/apache/qetest/Datalet.java
URL: http://svn.apache.org/viewvc/xalan/test/trunk/java/src/org/apache/qetest/Datalet.java?rev=1346560&r1=1346559&r2=1346560&view=diff
==============================================================================
--- xalan/test/trunk/java/src/org/apache/qetest/Datalet.java (original)
+++ xalan/test/trunk/java/src/org/apache/qetest/Datalet.java Tue Jun 5 20:08:26 2012
@@ -36,7 +36,7 @@ import java.util.Hashtable;
* Testlets and Datalets are matched.</p>
*
* <p>This makes creating data-driven tests simpler, by separating
- * the test algorithim from the definition of the test data. Note
+ * the test algorithm from the definition of the test data. Note
* that logging what happened during the test is already separated
* out into the Logger interface.</p>
*