From 64d624b65124ac02d8ee59b135593fd9d8eb9067 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 9 Jan 2016 22:55:28 +0100 Subject: Fix typos Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins Reviewed-by: Ashod Nakashian --- filter/qa/complex/filter/detection/typeDetection/TypeDetection.java | 2 +- filter/qa/complex/filter/misc/FinalizedMandatoryTest.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'filter/qa') 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 defaultFileType from csv.files * * Syntax: fileAlias;FilterName;FilterOptions;FilterData - * Example: Writer6_1;%SO6productname %SO6formatversion Textdokument;; + * Example: Writer6_1;%SO6productname %SO6formatversion Textdocument; * * The example shows the following: * Writer6_1 is the same as in csv.files 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; * true the tests check if an Exception 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 - * Madantory equals true, an Exception must + * Mandatory equals true, an Exception must * be thrown. * This test results false state if there is no filter available with: * Finalized=true @@ -110,7 +110,7 @@ public class FinalizedMandatoryTest checkReadonlySupport("com.sun.star.document.FilterFactory"); } - /** + /* * call the function checkReadonlySupport to test com.sun.star.document.TypeDetection * @see com.sun.star.document.TypeDetection */ @@ -119,7 +119,7 @@ public class FinalizedMandatoryTest checkReadonlySupport("com.sun.star.document.TypeDetection"); } - /** + /* * test the given service serviceName. * For every filter a new instance was created and the tests started. * @param serviceName the name of the service to test -- cgit