summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-07-24 13:13:20 +0200
committerMichael Stahl <mstahl@redhat.com>2014-07-24 13:13:20 +0200
commitc9e61e02b36def2c139c122df8e7c59041d22f13 (patch)
treeb2063c38e691b68b0f1f5d393e16de39ebfbb520 /jurt
parentb01358553082fd6f30781d0641c652f206c90c63 (diff)
typos
Change-Id: I3da5c0c1e9c7ecbb69463e948ac0eb326b112767
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/comp/loader/JavaLoader.java2
-rw-r--r--jurt/com/sun/star/comp/servicemanager/ServiceManager.java2
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>
*