diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-08 11:11:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-08 11:11:43 +0100 |
commit | 147ff66242451309951ceb40f463b17dcf82a1b2 (patch) | |
tree | 3fb4ebca9edd18336631ac6f5a9159fb6e38ff20 /jurt | |
parent | cca2e7be89a29bd06a65ea85f2feca3783e62d6a (diff) |
Typo "mehtod" -> "method"
Change-Id: I49f3f59c76bd4dd078f7014b6a0450241214db7f
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/lib/util/AsynchronousFinalizer.java | 2 |
1 files changed, 1 insertions, 1 deletions
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).</p> * * <p>If JVMs are getting more mature and should no longer have problems with - * long-running finalize mehtods, this class could be removed again.</p> + * long-running finalize methods, this class could be removed again.</p> */ public final class AsynchronousFinalizer { /** |