From 91d755d26395faaa7c9709be3ba67ca87eb69ad3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 7 Sep 2017 16:30:05 +0200 Subject: Fix typos Change-Id: I855b26e447a8406cbab6f4c7f918b3319debba35 Reviewed-on: https://gerrit.libreoffice.org/42034 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo') 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++) { -- cgit