summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/event/DataAware.java
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:32:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:32:37 +0200
commitc32b6be06bf5453d82d9aad64aed5f384c9d1d1f (patch)
tree3807c57d8a33588f33a3d5cbed51ccff9bb40791 /wizards/com/sun/star/wizards/ui/event/DataAware.java
parent435f5e30c968ffd5761873f8b3f756949545ce72 (diff)
fdo#60724 correct spelling
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/event/DataAware.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/event/DataAware.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.java b/wizards/com/sun/star/wizards/ui/event/DataAware.java
index 64c1fc5a2b37..855023c7371a 100644
--- a/wizards/com/sun/star/wizards/ui/event/DataAware.java
+++ b/wizards/com/sun/star/wizards/ui/event/DataAware.java
@@ -212,12 +212,12 @@ public abstract class DataAware {
/**
* Value objects read and write a value from and
* to an object. Typically using reflection and JavaBeans properties
- * or directly using memeber reflection API.
+ * or directly using member reflection API.
* DataAware delegates the handling of the DataObject
* to a Value object.
* 2 implementations currently exist: PropertyValue,
* using JavaBeans properties reflection, and DataAwareFields classes
- * which implement different memeber types.
+ * which implement different member types.
*/
public interface Value {
/**