diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-05 17:05:18 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-05 17:23:04 +0100 |
commit | 928e79901dc362fe62c34d0db73357e89bed4a35 (patch) | |
tree | 63ada8bf1a91936fddd0ea85e28018cd93f8baa2 /qadevOOo | |
parent | 55574560dd9dcebcd5794b23fe3c564d2a35decb (diff) |
Fix typo
Change-Id: Ic3db50be939b7f64268da912159f325e5f60e061
Reviewed-on: https://gerrit.libreoffice.org/44329
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/container/_XIndexContainer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XIndexContainer.java b/qadevOOo/tests/java/ifc/container/_XIndexContainer.java index c5823280aa75..9b3a23f97409 100644 --- a/qadevOOo/tests/java/ifc/container/_XIndexContainer.java +++ b/qadevOOo/tests/java/ifc/container/_XIndexContainer.java @@ -72,7 +72,7 @@ public class _XIndexContainer extends MultiMethodTest { * First tries to insert proper object. Second tries to insert * null value. For each test thread different objects are inserted * on different indexes. For example for the first started test index - * is 0 and object is get from relation 'INCTANCE1', and so on. <p> + * is 0 and object is get from relation 'INSTANCE1', and so on. <p> * Has <b>OK</b> status if in the first case <code>getByIndex</code> * method returns non null value and in the second <code> * IndexOutOfBoundsException</code> was thrown. |