summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-06 17:56:22 +0200
committerJens Carl <j.carl43@gmx.de>2018-07-08 10:01:48 +0200
commitdc8ed4b8e1fa5ed3b934bfcf5999ddb75ea07b0a (patch)
treecaf18e7c4781a02c46f620d92787b5dc0ebbbb35 /ridljar
parent40b1e5d40667e5863aa213a31fa1b06085bd407a (diff)
Fix typo
Change-Id: I1cc4544e807d7c04aa171358ccd1c204040dff55 Reviewed-on: https://gerrit.libreoffice.org/57078 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/com/sun/star/uno/UnoRuntime.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/ridljar/com/sun/star/uno/UnoRuntime.java b/ridljar/com/sun/star/uno/UnoRuntime.java
index 99da56aa9ea8..9707157e64fe 100644
--- a/ridljar/com/sun/star/uno/UnoRuntime.java
+++ b/ridljar/com/sun/star/uno/UnoRuntime.java
@@ -57,10 +57,10 @@ public class UnoRuntime {
public UnoRuntime() {}
/**
- * Generates a world wide unique identifier string.
+ * Generates a worldwide unique identifier string.
*
* <p>It is guaranteed that every invocation of this method generates a new
- * ID, which is unique within the VM. The quality of &ldquo;world wide
+ * ID, which is unique within the VM. The quality of &ldquo;worldwide
* unique&rdquo; will depend on the actual implementation, you should look
* at the source to determine if it meets your requirements.</p>
*
@@ -89,7 +89,7 @@ public class UnoRuntime {
}
/**
- * Generates a world wide unique object identifier (OID) for the given
+ * Generates a worldwide unique object identifier (OID) for the given
* Java object.
*
* <p>It is guaranteed that subsequent calls to this method with the same