summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/comp/loader/JavaLoader.java
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /jurt/com/sun/star/comp/loader/JavaLoader.java
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'jurt/com/sun/star/comp/loader/JavaLoader.java')
-rw-r--r--jurt/com/sun/star/comp/loader/JavaLoader.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/jurt/com/sun/star/comp/loader/JavaLoader.java b/jurt/com/sun/star/comp/loader/JavaLoader.java
index ef07674dcf34..663713ace9a3 100644
--- a/jurt/com/sun/star/comp/loader/JavaLoader.java
+++ b/jurt/com/sun/star/comp/loader/JavaLoader.java
@@ -226,7 +226,7 @@ public class JavaLoader implements XImplementationLoader,
* Provides a components factory.
*
* <p>The <code>JavaLoader</code> tries to load the class first. If a
- * loacation URL is given the RegistrationClassFinder is used to load the
+ * location URL is given the RegistrationClassFinder is used to load the
* 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
@@ -418,7 +418,7 @@ public class JavaLoader implements XImplementationLoader,
/**
* Registers the <code>JavaLoader</code> at the registry.
*
- * @param regKey root key under which the <code>JavaLoader</code> should be regidstered.
+ * @param regKey root key under which the <code>JavaLoader</code> should be registered.
* @return true if registration succseeded - otherwise false.
*/
public static boolean writeRegistryServiceInfo(XRegistryKey regKey) {