summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-07-23 22:23:52 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-07-23 22:23:52 +0200
commitd5fb4b731938c22fcf9c5e3280da8f722b5492e4 (patch)
tree024f78c0b858c2ce30e895a776ad670d699f9f14 /jurt
parent887c088f20fe36b9b15484d0a5ec9416ba6cd310 (diff)
Typos
Change-Id: I0c17f40b3e593ae3771fa751a817f84bf2f2323d
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java2
1 files changed, 1 insertions, 1 deletions
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 7aebdfc818a2..c8e246f74eeb 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
@@ -25,7 +25,7 @@ import com.sun.star.lang.DisposedException;
* For every jobs thread id exists a job queue which is registered
* at the <code>ThreadPool</code>.
* A JobQueue is splitted in a sync job queue and an async job queue.
- * The sync job queue is the registerd queue, it delegates async jobs
+ * The sync job queue is the registered queue, it delegates async jobs
* (put by <code>putjob</code>) into the async queue, which is only
* known by the sync queue.
* <p>