summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/comp/loader/JavaLoader.java
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/com/sun/star/comp/loader/JavaLoader.java')
-rw-r--r--jurt/com/sun/star/comp/loader/JavaLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/com/sun/star/comp/loader/JavaLoader.java b/jurt/com/sun/star/comp/loader/JavaLoader.java
index bcec03010b02..ef07674dcf34 100644
--- a/jurt/com/sun/star/comp/loader/JavaLoader.java
+++ b/jurt/com/sun/star/comp/loader/JavaLoader.java
@@ -227,7 +227,7 @@ public class JavaLoader implements XImplementationLoader,
*
* <p>The <code>JavaLoader</code> tries to load the class first. If a
* loacation URL is given the RegistrationClassFinder is used to load the
- * class. Otherwise the class is loaded thru the Class.forName method.</p>
+ * class. Otherwise the class is loaded through the Class.forName method.</p>
*
* <p>To get the factory the inspects the class for the optional static member
* functions __getServiceFactory resp. getServiceFactory (DEPRECATED).</p>