summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:23:08 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:32:05 +0000
commitb068d9fb8d29e06ff652b1493605cea22a9199f3 (patch)
treec504f24e8d0ba3acb58a9e793cd8e7f83db47f58 /qadevOOo/tests/java/mod
parentd6ac6475a5f0304e0d9b770a5f8ec98f425e59b6 (diff)
Fix typos
Change-Id: I35eeb71f4f698e39b7b0d98e3cb30657a64a611a Reviewed-on: https://gerrit.libreoffice.org/34802 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'qadevOOo/tests/java/mod')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java2
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java b/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
index 69d6a26513eb..911b65aecba4 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
@@ -112,7 +112,7 @@ public class ScAccessiblePreviewHeaderCell extends TestCase {
* Creating a TestEnvironment for the interfaces to be tested.
* Sets a value of the cell 'A1'. Sets the property 'PrintHeaders'
* of the style 'Default' of the family 'PageStyles' to true.
- * Switchs the document to preview mode and then obtains the
+ * Switch the document to preview mode and then obtains the
* accessible object for the header cell.
*/
@Override
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
index aecb7c640c74..79d441d85a1a 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
@@ -49,7 +49,7 @@ public class SwAccessibleDocumentPageView extends TestCase {
/**
* Called to create an instance of <code>TestEnvironment</code>
* with an object to test and related objects.
- * Switchs the document to Print Preview mode.
+ * Switch the document to Print Preview mode.
* Obtains accissible object for the document page view.
*
* @param Param test parameters
@@ -157,4 +157,4 @@ public class SwAccessibleDocumentPageView extends TestCase {
log.println( "creating a text document" );
xTextDoc = WriterTools.createTextDoc( Param.getMSF());
}
-} \ No newline at end of file
+}