qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c58f9dac4ed9123bed2869957f866e409b6db9fe Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 27 14:22:40 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 28 07:05:44 2023 +0200 Fix typo Change-Id: I0b4abdb362b86a3e1f622a04411e9f9ea0062295 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153674 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java index 2f633122e9bd..b1886f9650dc 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java +++ b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java @@ -404,7 +404,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { * existence, second file <b>I_do_not_exists.txt</b> is checked * for existence. <p> * Has <b> OK </b> status if in the first case method returns - * <code>true</code> and in the second - <code>flase</code> + * <code>true</code> and in the second - <code>false</code> * and no exceptions were thrown. <p> */ public void _exists() {