diff options
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/com/sun/star/lib/util/WeakMap.java | 2 | ||||
-rw-r--r-- | ridljar/com/sun/star/uno/IMethodDescription.java | 2 | ||||
-rw-r--r-- | ridljar/com/sun/star/uno/ITypeDescription.java | 2 | ||||
-rw-r--r-- | ridljar/com/sun/star/uno/Type.java | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ridljar/com/sun/star/lib/util/WeakMap.java b/ridljar/com/sun/star/lib/util/WeakMap.java index f110951982f2..77a514197efd 100644 --- a/ridljar/com/sun/star/lib/util/WeakMap.java +++ b/ridljar/com/sun/star/lib/util/WeakMap.java @@ -44,7 +44,7 @@ import java.util.Set; * * <p>Unlike other map implementations, <code>WeakMap</code> is asymmetric in * that <code>put</code> expects the given value to be a plain object that is - * then wrapped in a <code>WeakReference</code>, while the occurences of values + * then wrapped in a <code>WeakReference</code>, while the occurrences of values * in all other methods (<code>containsValue</code>, <code>entrySet</code>, * <code>equals</code>, <code>get</code>, <code>hashCode</code>, * <code>remove</code>, <code>values</code>, and also the return value of diff --git a/ridljar/com/sun/star/uno/IMethodDescription.java b/ridljar/com/sun/star/uno/IMethodDescription.java index e9f7f905c9db..f712556c8ad9 100644 --- a/ridljar/com/sun/star/uno/IMethodDescription.java +++ b/ridljar/com/sun/star/uno/IMethodDescription.java @@ -38,7 +38,7 @@ import java.lang.reflect.Method; public interface IMethodDescription extends IMemberDescription { /** * Indicates if this method is <code>oneWay</code>, - * respectivly if this method may become executed asynchronously. + * respectively if this method may become executed asynchronously. * <p> * @return true means may execute asynchronously . */ diff --git a/ridljar/com/sun/star/uno/ITypeDescription.java b/ridljar/com/sun/star/uno/ITypeDescription.java index f5b6adbcb131..87883edbafe3 100644 --- a/ridljar/com/sun/star/uno/ITypeDescription.java +++ b/ridljar/com/sun/star/uno/ITypeDescription.java @@ -154,7 +154,7 @@ public interface ITypeDescription { * names <var>M<sub>1</sub></var>, ..., <var>M<sub>n</sub></var> followed by * a simple name <var>S</var>, the corresponding type name consists of the * same sequence of module names and simple name, with <code>"."</code> - * seperating the individual elements.</p> + * separating the individual elements.</p> * * @return the type name. */ diff --git a/ridljar/com/sun/star/uno/Type.java b/ridljar/com/sun/star/uno/Type.java index 993cee5f5201..f3a55f44096d 100644 --- a/ridljar/com/sun/star/uno/Type.java +++ b/ridljar/com/sun/star/uno/Type.java @@ -46,7 +46,7 @@ import java.util.HashMap; public class Type { // The following private static members and static initializer must come // first in the class definition, so that the class can be initialized - // sucessfully: + // successfully: private static final String TYPE_NAME_VOID = "void"; private static final String TYPE_NAME_BOOLEAN = "boolean"; |