diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-23 20:06:04 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-23 20:08:36 +0100 |
commit | 41c99ab6308029c6eaae589efd4386e52ccb67e9 (patch) | |
tree | 7536fd79aa28b926414dea0b1af06d61d8cb0d6c /qadevOOo | |
parent | 603c8845728cb96908388ab26db934735825bf10 (diff) |
Typos
Change-Id: Ie08a26a569b83bfe3ef4351dbb7b6e928745b95d
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java b/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java index 407130e7f994..d601f1f2251b 100644 --- a/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java +++ b/qadevOOo/tests/java/ifc/view/_XSelectionSupplier.java @@ -87,7 +87,7 @@ public class _XSelectionSupplier extends MultiMethodTest { /** * Test adds listener to the object, then selects first and * then second instances to be sure that selection was changed.<p> - * Has <b>OK</b> status if selection lisener was called. + * Has <b>OK</b> status if selection listener was called. */ public void _addSelectionChangeListener(){ boolean res = true; @@ -155,7 +155,7 @@ public class _XSelectionSupplier extends MultiMethodTest { /** * Test removes listener, then selects first and * then second instances to be sure that selection was changed.<p> - * Has <b>OK</b> status if selection lisener was not called. + * Has <b>OK</b> status if selection listener was not called. * The following method tests are to be completed successfully before : * <ul> * <li> <code> addSelectionChangeListener() </code> : to have |