summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/uno/WeakReference.java
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/com/sun/star/uno/WeakReference.java')
-rw-r--r--jurt/com/sun/star/uno/WeakReference.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/com/sun/star/uno/WeakReference.java b/jurt/com/sun/star/uno/WeakReference.java
index 81c4cd4facaf..d9afcf06711e 100644
--- a/jurt/com/sun/star/uno/WeakReference.java
+++ b/jurt/com/sun/star/uno/WeakReference.java
@@ -33,7 +33,7 @@ public class WeakReference
// ref = someOtherWeakReference;
//
// ref would not be notified (XReference.dispose()) because it did not register
- // itself. Therefore the XAdapter would be kept aliver although this is not
+ // itself. Therefore the XAdapter would be kept alive although this is not
// necessary.
/**