summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-06-27 14:22:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-06-28 07:05:44 +0200
commitc58f9dac4ed9123bed2869957f866e409b6db9fe (patch)
tree160c3cd0067079f2a3f0ee0c3d86703f26323698 /qadevOOo
parentc8eb695574986fdda5147adf958432c31a354592 (diff)
Fix typo
Change-Id: I0b4abdb362b86a3e1f622a04411e9f9ea0062295 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153674 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/ucb/_XSimpleFileAccess.java2
1 files changed, 1 insertions, 1 deletions
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() {