diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-09 11:10:10 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-09 12:24:30 +0100 |
commit | 32bd978bb02127820e133a02180db6ec48a36f10 (patch) | |
tree | d1dc8e9527707bd67822618d0cc72d35c96b76bf /qadevOOo | |
parent | 9eac1d04037070ac93573bc8955189bed3fcb986 (diff) |
Fix typo
Change-Id: I0a56f044b24158e2b44bb3550a97ea6bc21d3feb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88317
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/drawing/_XShapeBinder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_XShapeBinder.java b/qadevOOo/tests/java/ifc/drawing/_XShapeBinder.java index c75b96cb05fa..5ebe37e1ca6f 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XShapeBinder.java +++ b/qadevOOo/tests/java/ifc/drawing/_XShapeBinder.java @@ -52,7 +52,7 @@ public class _XShapeBinder extends MultiMethodTest { * Retrieves draw page collection from relation and binds them. <p> * * Has <b> OK </b> status if the shape group returned is not null - * number of shapes in collection is 1 (shapes are binded into a single + * number of shapes in collection is 1 (shapes are bound into a single * shape). <p> */ public void _bind () { |