summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/comp/connections/PipedConnection.java2
-rw-r--r--jurt/com/sun/star/comp/loader/JavaLoader.java4
-rw-r--r--jurt/com/sun/star/comp/servicemanager/ServiceManager.java2
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java2
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/Message.java2
-rw-r--r--jurt/com/sun/star/uno/WeakReference.java2
6 files changed, 7 insertions, 7 deletions
diff --git a/jurt/com/sun/star/comp/connections/PipedConnection.java b/jurt/com/sun/star/comp/connections/PipedConnection.java
index 3cfe6078e71c..7bbc3ce8e68e 100644
--- a/jurt/com/sun/star/comp/connections/PipedConnection.java
+++ b/jurt/com/sun/star/comp/connections/PipedConnection.java
@@ -102,7 +102,7 @@ public class PipedConnection implements XConnection {
}
/**
- * This is a private method, used to cummunicate internal in the pipe.
+ * This is a private method, used to communicate internal in the pipe.
*/
private synchronized void receive(byte aData[]) throws com.sun.star.io.IOException {
int bytesWritten = 0;
diff --git a/jurt/com/sun/star/comp/loader/JavaLoader.java b/jurt/com/sun/star/comp/loader/JavaLoader.java
index ef07674dcf34..663713ace9a3 100644
--- a/jurt/com/sun/star/comp/loader/JavaLoader.java
+++ b/jurt/com/sun/star/comp/loader/JavaLoader.java
@@ -226,7 +226,7 @@ public class JavaLoader implements XImplementationLoader,
* Provides a components factory.
*
* <p>The <code>JavaLoader</code> tries to load the class first. If a
- * loacation URL is given the RegistrationClassFinder is used to load the
+ * location URL is given the RegistrationClassFinder is used to load the
* 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
@@ -418,7 +418,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 regidstered.
+ * @param regKey root key under which the <code>JavaLoader</code> should be registered.
* @return true if registration succseeded - otherwise false.
*/
public static boolean writeRegistryServiceInfo(XRegistryKey regKey) {
diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
index 99746f3a335c..70e5d8e6711f 100644
--- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
+++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
@@ -505,7 +505,7 @@ public class ServiceManager implements XMultiServiceFactory,
}
/**
- * Checks if the any componets are registered.
+ * Checks if the any components are registered.
*
* @return true - if the list of the registred components is not empty - otherwise false.
* @see com.sun.star.container.XElementAccess
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
index f6ff1741bb98..592bc323337a 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
@@ -360,7 +360,7 @@ public class JobQueue {
}
/**
- * If the given disposeId is registered, interrups the worker thread.
+ * If the given disposeId is registered, interrupts the worker thread.
*
* @param disposeId the dispose id.
*/
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/Message.java b/jurt/com/sun/star/lib/uno/environments/remote/Message.java
index cfdd1f32ceda..e0d0774a1397 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/Message.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/Message.java
@@ -163,7 +163,7 @@ public class Message {
*
* @return the in and in&ndash; {
* }out arguments for a request (possibly
- * <code>null</code> for a paramterless function), the out and in&ndash; {
+ * <code>null</code> for a parameterless function), the out and in&ndash; {
* }out
* arguments for a reply that represents normal termination (possibly
* <code>null</code> for a parameterless function), <code>null</code> for a
diff --git a/jurt/com/sun/star/uno/WeakReference.java b/jurt/com/sun/star/uno/WeakReference.java
index d9afcf06711e..41246d68015f 100644
--- a/jurt/com/sun/star/uno/WeakReference.java
+++ b/jurt/com/sun/star/uno/WeakReference.java
@@ -112,7 +112,7 @@ class OWeakRefListener implements XReference
/**
* Method of <code>com.sun.star.uno.XReference</code>.
*
- * <p>When called, it deregisteres this object with the adapter and releases
+ * <p>When called, it deregisters this object with the adapter and releases
* the reference to it.</p>
*/
synchronized public void dispose()