[jsword-svn] r1509 - in trunk/common: . src/main/java/org/crosswire/common/util
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Sun Jul 22 08:32:17 MST 2007
Author: dmsmith
Date: 2007-07-22 08:32:17 -0700 (Sun, 22 Jul 2007)
New Revision: 1509
Modified:
trunk/common/JSwordDictionary.txt
trunk/common/src/main/java/org/crosswire/common/util/CWClassLoader.java
Log:
Fixed spelling.
Modified: trunk/common/JSwordDictionary.txt
===================================================================
--- trunk/common/JSwordDictionary.txt 2007-07-21 23:28:34 UTC (rev 1508)
+++ trunk/common/JSwordDictionary.txt 2007-07-22 15:32:17 UTC (rev 1509)
@@ -3,3 +3,8 @@
persian
classpath
indic
+genesis
+picky
+javadoc
+unshaped
+combo
Modified: trunk/common/src/main/java/org/crosswire/common/util/CWClassLoader.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/CWClassLoader.java 2007-07-21 23:28:34 UTC (rev 1508)
+++ trunk/common/src/main/java/org/crosswire/common/util/CWClassLoader.java 2007-07-22 15:32:17 UTC (rev 1509)
@@ -61,7 +61,7 @@
}
/**
- * Creates a privleged class loader that finds resources
+ * Creates a privileged class loader that finds resources
* for the supplied class that may not be in the class' package.
* You can use this within base classes by passing getClass()
* to load resources for a derived class.
@@ -314,7 +314,7 @@
private static class PrivilegedLoader implements PrivilegedAction
{
/**
- * Creates a privleged class loader that finds resources
+ * Creates a privileged class loader that finds resources
* for the supplied class that may not be in the class' package.
* You can use this within base classes by passing getClass()
* to load resources for a derived class.
@@ -326,7 +326,7 @@
}
/**
- * Creates a privleged class loader that finds resources
+ * Creates a privileged class loader that finds resources
* for the calling class that may not be in the class' package.
* Use this only within classes that are directly looking up their resources.
*/
More information about the jsword-svn
mailing list