diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-17 20:10:53 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-17 21:06:53 +0100 |
commit | c0a70da29a213e11717fc1dad96f808a170dc53b (patch) | |
tree | 46e68e81785c21725d7a5ecf3e3b176cbf5debb3 /qadevOOo | |
parent | 4d2fc77b5d1a67a5bc46e57020299ae4dcd5ff35 (diff) |
Fix typos
Change-Id: I6f2822e7068754a1b5e70e401247a36b214147e3
Reviewed-on: https://gerrit.libreoffice.org/48079
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/view/_XMultiSelectionSupplier.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java b/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java index ebd7226c0415..fa875234cbda 100644 --- a/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java +++ b/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java @@ -120,7 +120,7 @@ public class _XMultiSelectionSupplier extends MultiMethodTest { oObj.addSelection(oObj); - log.println("ERORR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown => FAILED"); + log.println("ERROR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown => FAILED"); bOK = false; } catch (com.sun.star.lang.IllegalArgumentException ex) { log.println("expected exception 'com.sun.star.lang.IllegalArgumentException' => OK"); @@ -197,7 +197,7 @@ public class _XMultiSelectionSupplier extends MultiMethodTest { oObj.removeSelection(oObj); - log.println("ERORR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown => FAILED"); + log.println("ERROR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown => FAILED"); bOK = false; } catch (com.sun.star.lang.IllegalArgumentException ex) { log.println("expected exception 'com.sun.star.lang.IllegalArgumentException' => OK"); |