diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-11-10 15:05:25 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-11-12 11:04:11 +0000 |
commit | da40cac540e7d735edbe9069b3c8ec6af4530208 (patch) | |
tree | f2abda7281129e13f588c77b18780a7090c8405f /jurt/com | |
parent | bb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff) |
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'jurt/com')
-rw-r--r-- | jurt/com/sun/star/comp/loader/JavaLoader.java | 2 | ||||
-rw-r--r-- | jurt/com/sun/star/comp/servicemanager/ServiceManager.java | 2 |
2 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 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> diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java index 6bb0bf5f90e2..54c53493d2c6 100644 --- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java +++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java @@ -515,7 +515,7 @@ public class ServiceManager implements XMultiServiceFactory, } /** - * Provides an enumeration of of all factorys for a specified service. + * Provides an enumeration of all factories for a specified service. * * @param serviceName name of the requested service. * @return an enumeration for service name. |