diff options
Diffstat (limited to 'jurt')
-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 bfcb6703e083..708a2ee18fc4 100644 --- a/jurt/com/sun/star/comp/loader/JavaLoader.java +++ b/jurt/com/sun/star/comp/loader/JavaLoader.java @@ -140,7 +140,7 @@ public class JavaLoader implements XImplementationLoader, * Creates a new <code>JavaLoader</code> object. * * <p>The specified <code>com.sun.star.lang.XMultiServiceFactory</code> is - * the <code>ServiceManager</code> service which can be deliviert to all + * the <code>ServiceManager</code> service which can be delivered to all * components the <code>JavaLoader</code> is loading.</p> * * <p>To set the <code>MultiServiceFactory</code> you can use the diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java index 4424de1ec7b3..8def4ac72eb3 100644 --- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java +++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java @@ -138,7 +138,7 @@ public class ServiceManager implements XMultiServiceFactory, /** * Look up the factory for a given service or implementation name. * - * <p>First the requested service name is search in the list of avaible + * <p>First the requested service name is search in the list of available * services. If it can not be found the name is looked up in the implementation * list.</p> * |