diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-07 16:30:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-09-07 19:08:44 +0200 |
commit | 91d755d26395faaa7c9709be3ba67ca87eb69ad3 (patch) | |
tree | 60052e08c0e027967f437dbebbbc52dc9245123f /qadevOOo | |
parent | ded8925c012edc8e8696d49064d4360e8831a214 (diff) |
Fix typos
Change-Id: I855b26e447a8406cbab6f4c7f918b3319debba35
Reviewed-on: https://gerrit.libreoffice.org/42034
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java | 2 |
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++) { |