summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/event/DataAware.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/event/DataAware.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/event/DataAware.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.java b/wizards/com/sun/star/wizards/ui/event/DataAware.java
index 0dc9b192d2cc..32d8ded9236e 100644
--- a/wizards/com/sun/star/wizards/ui/event/DataAware.java
+++ b/wizards/com/sun/star/wizards/ui/event/DataAware.java
@@ -236,7 +236,7 @@ public abstract class DataAware {
* checks if this Value object can handle
* the given object type as a target.
* @param type the type of a target to check
- * @return true if the given class is acceptible for
+ * @return true if the given class is acceptable for
* the Value object. False if not.
*/
public boolean isAssignable(Class<?> type);