From ecd3a4874b2fc8630a31f104b7ac5fe07dcc3ee9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 19:54:31 +0200 Subject: Fix typos Change-Id: Icdc486d64283961dad4a1d29ae662d66143f674b Reviewed-on: https://gerrit.libreoffice.org/77320 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jurt/com') 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 0ab2a297564f..b71525ba5dd8 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java @@ -106,7 +106,7 @@ public class JobQueue { /** - * Constructs a async job queue with the given thread id which belongs to + * Constructs an async job queue with the given thread id which belongs to * the given sync job queue. * * @param threadId the thread id. @@ -278,13 +278,13 @@ public class JobQueue { * @return the result of the final job (reply). */ Object enter(Object disposeId) throws Throwable { - return enter(0, disposeId); // wait infinitly + return enter(0, disposeId); // wait infinitely } /** * Enters the job queue. * - * @param waitTime the maximum amount of time to wait for a job (0 means wait infinitly). + * @param waitTime the maximum amount of time to wait for a job (0 means wait infinitely). * @param disposeId a dispose id. * @return the result of the final job (reply). */ -- cgit