summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-29 00:35:10 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-29 09:56:34 +0100
commita2ef65b09da20aa1d0c15b883a58056df2dbad6b (patch)
treea52d189d8b2a0eedfdf7fd126736af49ef9d3624 /qadevOOo/tests/java/mod
parentd0222ba1fd7617b793e1e513247b11a82eb22f4e (diff)
Fix typos
Change-Id: I0e56430afa65b6b5826d56212ac501c0244fce9b Reviewed-on: https://gerrit.libreoffice.org/47145 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/tests/java/mod')
-rw-r--r--qadevOOo/tests/java/mod/_dbaccess/ORowSet.java2
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java2
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessibleHeaderView.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
index d31bfe1ea029..6e0a758e00d4 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
@@ -205,7 +205,7 @@ public class ORowSet extends TestCase {
* Creating a TestEnvironment for the interfaces to be tested.
* The database (DBF) file is copied from test document directory
* into SOffice temp dir with unique name for each environment
- * creation. If the file cann't be copied (is not released)
+ * creation. If the file can't be copied (is not released)
* then another unique name is used (file name suffix incremented
* by 1).<p>
*
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java
index 63d1ffdf33b8..c68079738bc1 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java
@@ -120,7 +120,7 @@ public class SwAccessibleFooterView extends TestCase {
Integer.valueOf(1000));
} catch (com.sun.star.uno.Exception e) {
e.printStackTrace();
- throw new StatusException("Cann't change footer.", e);
+ throw new StatusException("Can't change footer.", e);
}
}
});
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleHeaderView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleHeaderView.java
index 746d47514843..39fd8f954743 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleHeaderView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleHeaderView.java
@@ -110,7 +110,7 @@ public class SwAccessibleHeaderView extends TestCase {
Integer.valueOf(1000));
} catch (com.sun.star.uno.Exception e) {
e.printStackTrace();
- throw new StatusException("Cann't change footer.", e);
+ throw new StatusException("Can't change footer.", e);
}
}
});