summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:54:31 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 16:07:12 +0200
commitecd3a4874b2fc8630a31f104b7ac5fe07dcc3ee9 (patch)
treee88b6ddc410d6bf164a2f65a92d21f6b20bb9509 /jurt
parentcae4b4951f061a67fab779493e6992d9097f4a4d (diff)
Fix typos
Change-Id: Icdc486d64283961dad4a1d29ae662d66143f674b Reviewed-on: https://gerrit.libreoffice.org/77320 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java6
1 files changed, 3 insertions, 3 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 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).
*/