From d5fb4b731938c22fcf9c5e3280da8f722b5492e4 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 23 Jul 2014 22:23:52 +0200 Subject: Typos Change-Id: I0c17f40b3e593ae3771fa751a817f84bf2f2323d --- jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jurt/com/sun/star/lib') 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 ThreadPool. * 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 putjob) into the async queue, which is only * known by the sync queue. *

-- cgit