summaryrefslogtreecommitdiff
path: root/filter/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /filter/qa
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'filter/qa')
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/TypeDetection.java2
-rw-r--r--filter/qa/complex/filter/misc/FinalizedMandatoryTest.java6
2 files changed, 4 insertions, 4 deletions
diff --git a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
index e39e2bfca111..7a81eae0ff4d 100644
--- a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
+++ b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
@@ -117,7 +117,7 @@ import util.utils;
* correspond <code>defaultFileType</code> from <code>csv.files</code>
*
* Syntax: fileAlias;FilterName;FilterOptions;FilterData
- * Example: Writer6_1;%SO6productname %SO6formatversion Textdokument;;
+ * Example: Writer6_1;%SO6productname %SO6formatversion Textdocument;
*
* The example shows the following:
* <code>Writer6_1</code> is the same as in <code>csv.files</code>
diff --git a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
index b3b618c7f2e9..7a21732a6c77 100644
--- a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
+++ b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
@@ -59,7 +59,7 @@ import com.sun.star.util.XFlushable;
* <CODE>true</CODE> the tests check if an <CODE>Exception</CODE> must be thrown.
* The next step of the test is the removal of the filter was removed, than the service
* will be flushed. The test checks for expected exceptions: If the property
- * <CODE>Madantory</CODE> equals <CODE>true</CODE>, an <CODE>Exception</CODE> must
+ * <CODE>Mandatory</CODE> equals <CODE>true</CODE>, an <CODE>Exception</CODE> must
* be thrown.
* This test results <CODE>false</CODE> state if there is no filter available with:
* <CODE>Finalized=true</CODE>
@@ -110,7 +110,7 @@ public class FinalizedMandatoryTest
checkReadonlySupport("com.sun.star.document.FilterFactory");
}
- /**
+ /*
* call the function <CODE>checkReadonlySupport</CODE> to test <CODE>com.sun.star.document.TypeDetection</CODE>
* @see com.sun.star.document.TypeDetection
*/
@@ -119,7 +119,7 @@ public class FinalizedMandatoryTest
checkReadonlySupport("com.sun.star.document.TypeDetection");
}
- /**
+ /*
* test the given service <CODE>serviceName</CODE>.
* For every filter a new instance was created and the tests started.
* @param serviceName the name of the service to test