diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-23 09:58:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-28 12:28:31 +0000 |
commit | 69c88a32aad2cafde197e98557868ad069795d60 (patch) | |
tree | 86fbddd2167952c13b10ca989d37e179a63cdde9 /qadevOOo | |
parent | 2a5a4497c210b649fdfaae8b74d742f23df32499 (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>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/helper/APIDescGetter.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/helper/CwsDataExchangeImpl.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java | 2 |
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> */ |