From 147ff66242451309951ceb40f463b17dcf82a1b2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 8 Dec 2014 11:11:30 +0100 Subject: Typo "mehtod" -> "method" Change-Id: I49f3f59c76bd4dd078f7014b6a0450241214db7f --- jurt/com/sun/star/lib/util/AsynchronousFinalizer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jurt') diff --git a/jurt/com/sun/star/lib/util/AsynchronousFinalizer.java b/jurt/com/sun/star/lib/util/AsynchronousFinalizer.java index 2c884c86d580..4dcd69a97e1f 100644 --- a/jurt/com/sun/star/lib/util/AsynchronousFinalizer.java +++ b/jurt/com/sun/star/lib/util/AsynchronousFinalizer.java @@ -32,7 +32,7 @@ import java.util.LinkedList; * in both cases finalizers lead to synchronous UNO release calls).

* *

If JVMs are getting more mature and should no longer have problems with - * long-running finalize mehtods, this class could be removed again.

+ * long-running finalize methods, this class could be removed again.

*/ public final class AsynchronousFinalizer { /** -- cgit