summaryrefslogtreecommitdiff
path: root/filter/qa
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2017-12-11 19:14:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-12-11 22:51:01 +0100
commit7d202623b007979d9d0f93f6cd62c3c031d6d1d4 (patch)
tree128cea74baff83fb24b3d65dc2a54c2d749c3572 /filter/qa
parent4094f9baf62a426b24f497c86d6a96ccfcb22ad1 (diff)
Fix typos and grammar
Change-Id: I4143da3c5a809118d57849664f6ab1d2e775837f Reviewed-on: https://gerrit.libreoffice.org/46253 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter/qa')
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/TypeDetection.java26
1 files changed, 13 insertions, 13 deletions
diff --git a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
index c7def3cd16e8..44a5d2de9ad0 100644
--- a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
+++ b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
@@ -60,8 +60,8 @@ import util.utils;
* of the <code>TypeDetection<code> must match with an expected type.
*
*
- * To get information which test file should support which type, filter and
- * document service, this information was collect from configuration files:
+ * To get information on which test file should support which type, filter and
+ * document service, this information was collected from configuration files:
* <UL>
* <LI><a href="#TypeDetection.props">TypeDetection.props</a></LI>
* <LI><a href="#files.csv">files.csv</a></LI>
@@ -72,7 +72,7 @@ import util.utils;
* <p>
* <h3><A name="TypeDetection.props"></A>
* <code>typeDetection.props</code></h3>
- * At fist there will be the <code>typeDetection.props</code>. Here the following
+ * At first there will be the <code>typeDetection.props</code>. Here the following
* properties should be set (with example values):
*
* TestDocumentPath=file:///path/to/my/testdocuments
@@ -100,7 +100,7 @@ import util.utils;
* this file
*
* The second example displays two document types for
- * <code>XInputStream</CODE> (<code>generic_Text</CODE>). This
+ * <code>XInputStream</CODE> (<code>generic_Text</CODE>). These
* two document types are listed by a colon ':' as separator.
* This is needed because XInputStream can detect a text file as
* generic_Text.
@@ -112,9 +112,9 @@ import util.utils;
* filter to detect the document. This make sense ie. for csv-files: You can
* open csv files as Writer or as Calc. To check this case you have to specify
* in <code>csv.files</code> a fileAlias like ?csv_writer? and ?csv_calc? with
- * the same fileURL and it's specific defaultFileType.
- * The returned file type by <code>TypeDetection</code> must equal to
- * correspond <code>defaultFileType</code> from <code>csv.files</code>
+ * the same fileURL and its specific defaultFileType.
+ * The returned file type by <code>TypeDetection</code> must be equal to the
+ * corresponding <code>defaultFileType</code> from <code>csv.files</code>
*
* Syntax: fileAlias;FilterName;FilterOptions;FilterData
* Example: Writer6_1;%SO6productname %SO6formatversion Textdocument;
@@ -125,18 +125,18 @@ import util.utils;
* name which should be used. Here we have a special: <code>%SO6productname
* %SO6formatversion</code> will be replaced by the equals of
* <code>typeDetection.props</code>. The filter names depends on the Office
- * name and version. So a future Office could called ?StarSuite 8?.
+ * name and version. So a future Office could be called ?StarSuite 8?.
* <code>FilterOptions</code> is not relevant for this filter. But ie. for csv
* filter this entry could be used to specify the separator of the csv file.
* <code>FilterData<code> if filter needs some FilterData arguments you can
- * specify it here
+ * specify them here
*
* <p>
* <H3><a name="preselectedType.csv"></A>
* <code>preselectedType.csv</code></H3>
* In this file you can preselect the type
* <code>TypeDetection</code> should use.
- * The returned file type by <code>TypeDetection</code> must equal to the
+ * The file type returned by <code>TypeDetection</code> must be equal to the
* preselected file type.
* Note: If you try to use invalid types you will get a failed test because
* <code>TypeDetection</code> tries to find out the type itself.
@@ -153,8 +153,8 @@ import util.utils;
* <p>
* <H3><a name="serviceName.csv"></A>
* <code>serviceName.csv</code></H3> In this file you can preselect a service name
- * to detect the file type. The returned file type by
- * <code>TypeDetection</code> must equal to correspond
+ * to detect the file type. The file type returned by
+ * <code>TypeDetection</code> must be equal to the corresponding
* <code>defaultFileType</code> from <code>csv.files</code>
*
* Syntax: fileAlias;serviceName
@@ -275,7 +275,7 @@ public class TypeDetection extends ComplexTestCase {
}
/** To check the <CODE>TypeDedection</CODE> by URL the <CODE>MediaDescriptor</CODE>
- * was filled at fist with the URL only, at second with <CODE>XInputStream</CODE>
+ * was filled at first with the URL only, at second with <CODE>XInputStream</CODE>
* only. The <CODE>TypeDetection</CODE> must return the expected value
* @param fileAlias the alias name of the test file
* @param fileURL the URL of the test file