qadevOOo/tests/java/ifc/drawing/_XShapeBinder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 32bd978bb02127820e133a02180db6ec48a36f10 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Feb 9 11:10:10 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Feb 9 12:24:30 2020 +0100 Fix typo Change-Id: I0a56f044b24158e2b44bb3550a97ea6bc21d3feb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88317 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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 () { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
