From aade27554d427649810f5635133519cadfa8002f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 22 Jun 2015 14:31:42 +0200 Subject: Fix typos Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b Reviewed-on: https://gerrit.libreoffice.org/16408 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- jurt/com/sun/star/uno/WeakReference.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jurt') 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. /** -- cgit