qadevOOo/tests/java/mod/_invocation/uno/Invocation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1822d3ddf3d9618af946deb6986bc1bbc403b5a6 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jun 19 15:24:42 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jun 19 22:48:32 2024 +0200 Fix typo Change-Id: Ib728d9c9f8e2b319123f1d7ee7b807760e9d3f2f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169227 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/qadevOOo/tests/java/mod/_invocation/uno/Invocation.java b/qadevOOo/tests/java/mod/_invocation/uno/Invocation.java index d83a2f927563..8946ba0be844 100644 --- a/qadevOOo/tests/java/mod/_invocation/uno/Invocation.java +++ b/qadevOOo/tests/java/mod/_invocation/uno/Invocation.java @@ -45,7 +45,7 @@ public class Invocation extends TestCase { * <ul> * <li> <code>'XSingleServiceFactory.createInstance.negative'</code> : * for interface {@link _ifc.lang.XSingleServiceFactory} ; - * <code>String</code> relation; If its value 'true' then + * <code>String</code> relation; If its value is 'true' then * <code>createInstance</code> method for the object isn't * supported. In this case object doesn't support this method.</li> * <li> <code>'XSingleServiceFactory.arguments'</code> :
