summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/uno/AnyConverter.java
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/com/sun/star/uno/AnyConverter.java')
-rw-r--r--jurt/com/sun/star/uno/AnyConverter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/com/sun/star/uno/AnyConverter.java b/jurt/com/sun/star/uno/AnyConverter.java
index d6761c8a3969..f0d13400930d 100644
--- a/jurt/com/sun/star/uno/AnyConverter.java
+++ b/jurt/com/sun/star/uno/AnyConverter.java
@@ -186,7 +186,7 @@ public class AnyConverter
*
* <p>If <em>object</em> is an any with an interface type, then true is also
* returned if the any contains a null reference. This is because interfaces
- * are allowed to havea null value contrary to other UNO types.</p>
+ * are allowed to have a null value contrary to other UNO types.</p>
*
* @param object the object to check.
* @return true if the any contains an object.