[jsword-svn] r1573 - trunk/common/src/main/java/org/crosswire/common/compress
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Fri Jul 27 10:18:18 MST 2007
Author: dmsmith
Date: 2007-07-27 10:18:17 -0700 (Fri, 27 Jul 2007)
New Revision: 1573
Modified:
trunk/common/src/main/java/org/crosswire/common/compress/CompressorType.java
Log:
Fixed typos
Modified: trunk/common/src/main/java/org/crosswire/common/compress/CompressorType.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/compress/CompressorType.java 2007-07-27 13:30:28 UTC (rev 1572)
+++ trunk/common/src/main/java/org/crosswire/common/compress/CompressorType.java 2007-07-27 17:18:17 UTC (rev 1573)
@@ -25,7 +25,7 @@
import java.io.Serializable;
/**
- * An Enumeration of the possible Edits.
+ * An Enumeration of the possible Compressions.
*
* @see gnu.lgpl.License for license details.
* The copyright to this program is held by it's authors.
@@ -119,7 +119,7 @@
}
/**
- * The name of the EditType
+ * The name of the CompressorType
*/
private String name;
More information about the jsword-svn
mailing list