summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:45:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 11:02:47 +0000
commit98ef3edb8a5d1a13963101d41abb2a8dd8a806dd (patch)
tree16bac175c1f7d1957958470099b2708e4631ed4f /jurt
parent86781bcfc8f12df980af5c86c2f9e75067f02abc (diff)
Fix typos
Change-Id: Id5811d092917c872715559f4508d01e4173d090c Reviewed-on: https://gerrit.libreoffice.org/35636 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'jurt')
-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 6ab67b960ddd..6c5b4cc97023 100644
--- a/jurt/com/sun/star/comp/loader/JavaLoader.java
+++ b/jurt/com/sun/star/comp/loader/JavaLoader.java
@@ -160,7 +160,7 @@ public class JavaLoader implements XImplementationLoader,
* new <code>com.sun.star.lang.XMultiServiceFactory</code> should be set at
* the loader.
*
- * @param args - the first parameter (args[0]) specifices the <code>ServiceManager</code>.
+ * @param args - the first parameter (args[0]) specifies the <code>ServiceManager</code>.
* @see com.sun.star.lang.XInitialization
* @see com.sun.star.comp.servicemanager.ServiceManager
*/
@@ -415,7 +415,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 registered.
- * @return true if registration succseeded - otherwise false.
+ * @return true if registration succeeded - otherwise false.
*/
public static boolean writeRegistryServiceInfo(XRegistryKey regKey) {
boolean result = false;