From 98ef3edb8a5d1a13963101d41abb2a8dd8a806dd Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 11:45:16 +0100 Subject: Fix typos Change-Id: Id5811d092917c872715559f4508d01e4173d090c Reviewed-on: https://gerrit.libreoffice.org/35636 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- jurt/com/sun/star/comp/loader/JavaLoader.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jurt/com/sun/star/comp') 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 com.sun.star.lang.XMultiServiceFactory should be set at * the loader. * - * @param args - the first parameter (args[0]) specifices the ServiceManager. + * @param args - the first parameter (args[0]) specifies the ServiceManager. * @see com.sun.star.lang.XInitialization * @see com.sun.star.comp.servicemanager.ServiceManager */ @@ -415,7 +415,7 @@ public class JavaLoader implements XImplementationLoader, * Registers the JavaLoader at the registry. * * @param regKey root key under which the JavaLoader 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; -- cgit