diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-09 22:55:28 +0100 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-10 14:17:20 +0000 |
commit | 64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch) | |
tree | 772fc0f308549b9416fbcb06bce2bf0e0f5809cc /jurt/com/sun/star/lib | |
parent | d61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff) |
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'jurt/com/sun/star/lib')
-rw-r--r-- | jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java | 2 | ||||
-rw-r--r-- | jurt/com/sun/star/lib/uno/environments/remote/Message.java | 2 |
2 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 f6ff1741bb98..592bc323337a 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java @@ -360,7 +360,7 @@ public class JobQueue { } /** - * If the given disposeId is registered, interrups the worker thread. + * If the given disposeId is registered, interrupts the worker thread. * * @param disposeId the dispose id. */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/Message.java b/jurt/com/sun/star/lib/uno/environments/remote/Message.java index cfdd1f32ceda..e0d0774a1397 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/Message.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/Message.java @@ -163,7 +163,7 @@ public class Message { * * @return the in and in– { * }out arguments for a request (possibly - * <code>null</code> for a paramterless function), the out and in– { + * <code>null</code> for a parameterless function), the out and in– { * }out * arguments for a reply that represents normal termination (possibly * <code>null</code> for a parameterless function), <code>null</code> for a |