From c32b6be06bf5453d82d9aad64aed5f384c9d1d1f Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 05:32:37 +0200 Subject: fdo#60724 correct spelling Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f --- jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jurt') diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java index cf73f089c756..e9a03783c5e2 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java @@ -109,7 +109,7 @@ public interface IThreadPool { /** * Destroys the thread pool and tries - * to join all created threads immediatly. + * to join all created threads immediately. */ public void destroy(); } -- cgit