diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-30 07:40:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-30 08:52:21 +0200 |
commit | bfdf2594315cce95b95a2c1891a4518bc8f281c7 (patch) | |
tree | 7d667e4dfe5202afe3fe77e800d4f3db7345e737 /qadevOOo | |
parent | 90928f23994d8fc1d9cc7edf95880782c8ca712a (diff) |
Fix typos
It passed "make check"
Change-Id: I50c3639ec258c7fb6d73104f8e777f96995aa8e3
Reviewed-on: https://gerrit.libreoffice.org/76543
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_svx/SvxShape.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java b/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java index 879fbcab207f..d544d0294feb 100644 --- a/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java +++ b/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java @@ -143,7 +143,7 @@ public class SvxGraphicObject extends TestCase { * service instance. </li> * <li> <code>'XTEXTINFO'</code> for * {@link ifc.text._XText} : - * creator which can create instnaces of + * creator which can create instances of * <code>com.sun.star.text.TextField.URL</code> * service. </li> * </ul> diff --git a/qadevOOo/tests/java/mod/_svx/SvxShape.java b/qadevOOo/tests/java/mod/_svx/SvxShape.java index 9d67a4e58aa4..74a4e209be70 100644 --- a/qadevOOo/tests/java/mod/_svx/SvxShape.java +++ b/qadevOOo/tests/java/mod/_svx/SvxShape.java @@ -148,7 +148,7 @@ public class SvxShape extends TestCase { * shape added to the draw page. </li> * <li> <code>'XTEXTINFO'</code> for * {@link ifc.text._XText} : - * creator which can create instnaces of + * creator which can create instances of * <code>com.sun.star.text.TextField.URL</code> * service. </li> * </ul> diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java b/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java index 2eba316f34e7..63fd2c4ebb94 100644 --- a/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java +++ b/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java @@ -145,7 +145,7 @@ public class SvxShapeCircle extends TestCase { * shape added to the draw page. </li> * <li> <code>'XTEXTINFO'</code> for * {@link ifc.text._XText} : - * creator which can create instnaces of + * creator which can create instances of * <code>com.sun.star.text.TextField.URL</code> * service. </li> * </ul> |