From 9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 19 Jul 2015 01:58:13 +0200 Subject: Fix typos Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 9d964761b187..f6ff1741bb98 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java @@ -55,8 +55,8 @@ public class JobQueue { protected Object _doDispose = null; protected Throwable _throwable; - protected JobQueue _async_jobQueue; // chaining job qeueus for asyncs - protected JobQueue _sync_jobQueue; // chaining job qeueus for syncs + protected JobQueue _async_jobQueue; // chaining job queues for asyncs + protected JobQueue _sync_jobQueue; // chaining job queues for syncs protected boolean _active = false; -- cgit