summaryrefslogtreecommitdiffstats
path: root/javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java
diff options
context:
space:
mode:
authorrbuj <robert.buj@gmail.com>2014-09-09 18:45:15 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-09-09 18:49:51 +0000
commit0d0920b13e23763ba2cc72eb48729ad2fad9d23d (patch)
tree079d5c57ae50023fa50cab9920742869fdaca371 /javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java
parentMM: always copy the internal document (diff)
downloadcore-0d0920b13e23763ba2cc72eb48729ad2fad9d23d.tar.gz
core-0d0920b13e23763ba2cc72eb48729ad2fad9d23d.zip
javaunohelper: fix some misspellings
Change-Id: Ibfa6e6ed2a4b4d3fa4b5e5cf624e42442653d358 Reviewed-on: https://gerrit.libreoffice.org/11363 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java')
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java b/javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java
index 060bbbcc3610..0239959f619b 100644
--- a/javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java
+++ b/javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter.java
@@ -48,11 +48,11 @@ public class WeakAdapter implements XAdapter
/** Called by the XWeak implementation (WeakBase) when it is being finalized.
* It is only being called once.
- * The registererd XReference listeners are notified. On notification they are
+ * The registered XReference listeners are notified. On notification they are
* to unregister themselves. The notification is thread-safe. However, it is possible
* to add a listener during the notification process, which will never receive a
* notification. To prevent this, one would have to synchronize this method with
- * the addReference method. But this can result in deadlocks in a multithreaded
+ * the addReference method. But this can result in deadlocks in a multi-threaded
* environment.
*/
void referentDying()