summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java
index 42324fd8af13..6860c8690234 100644
--- a/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java
+++ b/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java
@@ -165,7 +165,7 @@ public class _XTolerantMultiPropertySet extends MultiMethodTest {
SetPropertyTolerantFailed[] SPTF = oObj.setPropertyValuesTolerant(namesOfProperties,
getNewValues(valuesOfProperties));
- //read only properties will throw a PropertyVetoExeption if they are set
+ //read only properties will throw a PropertyVetoException if they are set
int failures = 0;
for (int k = 0; k < SPTF.length; k++) {