summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java4
1 files changed, 2 insertions, 2 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 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;