summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-23 09:58:19 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:56:28 -0500
commit02b9e7b5432d371e8dd39bfafa844dcf3c59342d (patch)
treec02b2fcfefbbaa14cf14deb34845575f533227d9 /qadevOOo
parentdb98b04bcbf060bf8a6869a2bb60f400901eb1a0 (diff)
Fix typos
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff Reviewed-on: https://gerrit.libreoffice.org/16522 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit 69c88a32aad2cafde197e98557868ad069795d60)
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/helper/APIDescGetter.java2
-rw-r--r--qadevOOo/runner/helper/CwsDataExchangeImpl.java2
-rw-r--r--qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/helper/APIDescGetter.java b/qadevOOo/runner/helper/APIDescGetter.java
index 2df8ceae37ec..60304c87c099 100644
--- a/qadevOOo/runner/helper/APIDescGetter.java
+++ b/qadevOOo/runner/helper/APIDescGetter.java
@@ -50,7 +50,7 @@ import share.DescGetter;
* lists all known module tests<br>
* <br>
* -sce SCENARIO_FILE<br>
- * A scenario file is a property file which could cotain <B>-o</B> and <B>-p</B> properties<br>
+ * A scenario file is a property file which could contain <B>-o</B> and <B>-p</B> properties<br>
* <br>
* -sce sw.SwXBodyText,sw.SwXBookmark<br>
* runs the module test of <B>Sw.SwXBodyText</B> and <B>sw.SwXBookmark</B><br>
diff --git a/qadevOOo/runner/helper/CwsDataExchangeImpl.java b/qadevOOo/runner/helper/CwsDataExchangeImpl.java
index d9887e1b74c5..01dc2bc5fe07 100644
--- a/qadevOOo/runner/helper/CwsDataExchangeImpl.java
+++ b/qadevOOo/runner/helper/CwsDataExchangeImpl.java
@@ -101,7 +101,7 @@ public class CwsDataExchangeImpl
}
/**
- * Set the test status of cws related UnoAPI tests to the EIS dabase
+ * Set the test status of cws related UnoAPI tests to the EIS database
* @param status the status of the UnoAPI test
*/
public void setUnoApiCwsStatus(boolean status)
diff --git a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
index 08c027760008..2134a87eb18a 100644
--- a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
+++ b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
@@ -322,7 +322,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
- * The cluase which was setted by <code>setHavingClause</code> must be returned
+ * The clause which was setted by <code>setHavingClause</code> must be returned
* while calling from object relation <code>XQueryAna</code>
* method <code>getHavingClause</code>
*/